Skip to content

Commit 6ef2518

Browse files
committed
v4.1.1
1 parent 937e075 commit 6ef2518

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Version 9 of Highlight.js has reached EOL and is no longer supported.
2+
Please upgrade or ask whatever dependency you are using to upgrade.
3+
https://github.com/highlightjs/highlight.js/issues/2877
4+
5+
## v4.1.1 (2023-10-31)
6+
7+
#### :bug: Bug Fix
8+
* [#313](https://github.com/ember-cli/broccoli-terser-sourcemap/pull/313) fix: Fix sourcemap file lookup ([@mydea](https://github.com/mydea))
9+
10+
#### :house: Internal
11+
* [#315](https://github.com/ember-cli/broccoli-terser-sourcemap/pull/315) Setup release automation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
12+
13+
#### Committers: 3
14+
- Francesco Novy ([@mydea](https://github.com/mydea))
15+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
16+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
17+
118
## v4.1.0 (2020-09-08)
219

320
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "broccoli-terser-sourcemap",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Broccoli filter to minify files with terser while preserving their sourcemaps.",
55
"homepage": "https://github.com/ember-cli/broccoli-terser-sourcemap#readme",
66
"bugs": {

0 commit comments

Comments
 (0)