diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b3f47d..80414a28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +### [3.0.6](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.0.5...v3.0.6) (2020-06-18) + + +### Bug Fixes + +* do not crash on buffer assets ([3c67023](https://github.com/webpack-contrib/terser-webpack-plugin/commit/3c670238952ddd5cbbf17f223e13a921f3b76521)) + ### [3.0.5](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v3.0.4...v3.0.5) (2020-06-15) diff --git a/package-lock.json b/package-lock.json index 06fc62ef..f74fb74f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "terser-webpack-plugin", - "version": "3.0.5", + "version": "3.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2dd206b1..1740a6a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terser-webpack-plugin", - "version": "3.0.5", + "version": "3.0.6", "description": "Terser plugin for webpack", "license": "MIT", "repository": "webpack-contrib/terser-webpack-plugin",