Skip to content

Commit

Permalink
chore(release): 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jul 23, 2024
1 parent c47d231 commit 7c1b679
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [1.4.6](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v1.4.5...v1.4.6) (2024-07-23)


### Bug Fixes

* compatibility with Node.js@18 ([#608](https://github.com/webpack-contrib/terser-webpack-plugin/issues/608)) ([c47d231](https://github.com/webpack-contrib/terser-webpack-plugin/commit/c47d231920268c217040fe58e3df37ff6ac405e9))

### [1.4.5](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v1.4.4...v1.4.5) (2020-08-12)

* update `serialize-javascript`
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terser-webpack-plugin",
"version": "1.4.5",
"version": "1.4.6",
"description": "Terser plugin for webpack",
"license": "MIT",
"repository": "webpack-contrib/terser-webpack-plugin",
Expand Down

0 comments on commit 7c1b679

Please sign in to comment.