diff --git a/CHANGELOG.md b/CHANGELOG.md index 899be94..9057e90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### [5.1.3](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.1.2...v5.1.3) (2021-05-31) + +### Chore + +* update `jest-worker` + ### [5.1.2](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.1.1...v5.1.2) (2021-05-12) diff --git a/package-lock.json b/package-lock.json index 5df8a70..c4caea6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "terser-webpack-plugin", - "version": "5.1.2", + "version": "5.1.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 8409e95..5f180c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terser-webpack-plugin", - "version": "5.1.2", + "version": "5.1.3", "description": "Terser plugin for webpack", "license": "MIT", "repository": "webpack-contrib/terser-webpack-plugin",