diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dc0a1bf..8e5b37ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.1.0](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v4.0.0...v4.1.0) (2020-08-10) + + +### Features + +* pass license files as related assets for webpack@5 ([7d3ae95](https://github.com/webpack-contrib/terser-webpack-plugin/commit/7d3ae95bc890a5211efe234301050815ef8e687e)) + +### Bug Fixes + +* compatibility with `10.13` version of `Node.js` + ## [4.0.0](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.1.0...v4.0.0) (2020-08-04) diff --git a/package-lock.json b/package-lock.json index 99a1d427..d3043309 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "terser-webpack-plugin", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f43f2fea..25dda5e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terser-webpack-plugin", - "version": "4.0.0", + "version": "4.1.0", "description": "Terser plugin for webpack", "license": "MIT", "repository": "webpack-contrib/terser-webpack-plugin",