diff --git a/CHANGELOG.md b/CHANGELOG.md index 25060df..8487bda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [3.0.1](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v3.0.0...v3.0.1) (2022-07-24) + + +### Bug Fixes + +* unable to match assets when filename contains special characters ([ce6be9c](https://github.com/icelam/html-inline-script-webpack-plugin/commit/ce6be9cc09c40cfd85377a62b119bacdf590c67b)) + ## [3.0.0](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v2.0.3...v3.0.0) (2022-02-27) diff --git a/package.json b/package.json index d1e3d72..ec2f25d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-inline-script-webpack-plugin", - "version": "3.0.0", + "version": "3.0.1", "description": "A webpack plugin for converting external script files to inline script block. Requires 'html-webpack-plugin' to work.", "main": "./dist/index.js", "scripts": {