From 6bb3d86e5523e74e09e115ac9a1fe859ad391d67 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Fri, 4 Sep 2020 11:11:28 -0400 Subject: [PATCH] Release 4.0.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60c9183..57f2b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## v4.0.0 (2020-09-04) + +#### :boom: Breaking Change +* [#243](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/243) Refactor to native class. ([@rwjblue](https://github.com/rwjblue)) +* [#237](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/237) Update to Terser v5 ([@theenadayalank](https://github.com/theenadayalank)) +* [#241](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/241) Lowest supported node version is 10 ([@theenadayalank](https://github.com/theenadayalank)) + +#### :rocket: Enhancement +* [#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)) +* [#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)) + +#### :house: Internal +* [#247](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/247) Add release automation and documentation. ([@rwjblue](https://github.com/rwjblue)) +* [#246](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/246) Remove Travis CI setup. ([@rwjblue](https://github.com/rwjblue)) +* [#244](https://github.com/ember-cli/broccoli-uglify-sourcemap/pull/244) Remove Babel transpilation during tests. ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 3 +- Cyrille David ([@dcyriller](https://github.com/dcyriller)) +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) +- Theenadayalan ([@theenadayalank](https://github.com/theenadayalank)) + + ## v3.2.0 (2019-10-18) #### :rocket: Enhancement diff --git a/package.json b/package.json index c314065..f4377d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "broccoli-uglify-sourcemap", - "version": "3.2.0", + "version": "4.0.0", "description": "Broccoli filter to uglify files while preserving their sourcemaps.", "homepage": "https://github.com/ember-cli/broccoli-uglify-sourcemap#readme", "bugs": {