Skip to content

Commit 8ae4b80

Browse files
committedOct 7, 2020
chore(release): 4.2.3
1 parent 041b392 commit 8ae4b80

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
### [4.2.3](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v4.2.2...v4.2.3) (2020-10-07)
6+
7+
8+
### Bug Fixes
9+
10+
* better minimizing `mjs` assets ([#329](https://github.com/webpack-contrib/terser-webpack-plugin/issues/329)) ([041b392](https://github.com/webpack-contrib/terser-webpack-plugin/commit/041b39208d364c8af9cd2b3f8e503b05a77ae067))
11+
* minify `cjs` assets ([#328](https://github.com/webpack-contrib/terser-webpack-plugin/issues/328)) ([b9c694d](https://github.com/webpack-contrib/terser-webpack-plugin/commit/b9c694d2c1193438d3ef72fed8d1789d9a48a367))
12+
513
### [4.2.2](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v4.2.1...v4.2.2) (2020-09-19)
614

715

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terser-webpack-plugin",
3-
"version": "4.2.2",
3+
"version": "4.2.3",
44
"description": "Terser plugin for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/terser-webpack-plugin",

0 commit comments

Comments
 (0)
Please sign in to comment.