diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eed22f..a9ea166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.0.3](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v2.0.2...v2.0.3) (2021-10-30) + + +### Bug Fixes + +* delete only script files which has been processed by plugin ([4e40c19](https://github.com/icelam/html-inline-script-webpack-plugin/commit/4e40c19ee11688f9ee9bbb25196cc30a0f7372ce)) + ### [2.0.2](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v2.0.1...v2.0.2) (2021-07-04) diff --git a/package.json b/package.json index a2990fe..7a7b02a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-inline-script-webpack-plugin", - "version": "2.0.2", + "version": "2.0.3", "description": "A webpack plugin for converting external script files to inline script block. Requires 'html-webpack-plugin' to work.", "main": "./dist/index.js", "scripts": {