diff --git a/CHANGELOG.md b/CHANGELOG.md index 133f9f2..3277fc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.1.6](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v1.1.5...v1.1.6) (2021-11-04) + + +### Bug Fixes + +* This release is same as [1.1.5](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v1.1.4...v1.1.5) to fix issue [#290](https://github.com/icelam/html-inline-script-webpack-plugin/issues/290) + ### [1.1.5](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v1.1.4...v1.1.5) (2021-10-30) diff --git a/package.json b/package.json index ee5aa20..0459803 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-inline-script-webpack-plugin", - "version": "1.1.5", + "version": "1.1.6", "description": "A webpack plugin for converting external script files to inline script block. Requires 'html-webpack-plugin' to work.", "main": "./dist/index.js", "scripts": {