Skip to content

Commit 6bb3d86

Browse files
author
Robert Jackson
committed
Release 4.0.0
1 parent 6f2f222 commit 6bb3d86

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v4.0.0 (2020-09-04)
2+
3+
#### :boom: Breaking Change
4+
* [#243](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/243) Refactor to native class. ([@rwjblue](https://github.com/rwjblue))
5+
* [#237](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/237) Update to Terser v5 ([@theenadayalank](https://github.com/theenadayalank))
6+
* [#241](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/241) Lowest supported node version is 10 ([@theenadayalank](https://github.com/theenadayalank))
7+
8+
#### :rocket: Enhancement
9+
* [#248](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/248) Remove mkdirp usage in favor of `fs.mkdirSync(path, { recursive: true });` ([@rwjblue](https://github.com/rwjblue))
10+
* [#238](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/238) Fix deprecation warning for `options.nodeWorker` by updating `workerpool` to 6.0.0 ([@theenadayalank](https://github.com/theenadayalank))
11+
12+
#### :house: Internal
13+
* [#247](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/247) Add release automation and documentation. ([@rwjblue](https://github.com/rwjblue))
14+
* [#246](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/246) Remove Travis CI setup. ([@rwjblue](https://github.com/rwjblue))
15+
* [#244](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/244) Remove Babel transpilation during tests. ([@rwjblue](https://github.com/rwjblue))
16+
17+
#### Committers: 3
18+
- Cyrille David ([@dcyriller](https://github.com/dcyriller))
19+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
20+
- Theenadayalan ([@theenadayalank](https://github.com/theenadayalank))
21+
22+
123
## v3.2.0 (2019-10-18)
224

325
#### :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-uglify-sourcemap",
3-
"version": "3.2.0",
3+
"version": "4.0.0",
44
"description": "Broccoli filter to uglify files while preserving their sourcemaps.",
55
"homepage": "https://github.com/ember-cli/broccoli-uglify-sourcemap#readme",
66
"bugs": {

0 commit comments

Comments
 (0)