diff --git a/CHANGELOG.md b/CHANGELOG.md index be4e40a..101f52d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v1.0.1...v1.1.0) (2021-03-01) + + +### Features + +* enhance typings ([9da9cec](https://github.com/icelam/html-inline-script-webpack-plugin/commit/9da9ceca3477a5f82b416a69704b9c790212a738)) + ### [1.0.1](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v1.0.0...v1.0.1) (2021-01-22) diff --git a/package.json b/package.json index 37bd425..3f91b6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-inline-script-webpack-plugin", - "version": "1.0.1", + "version": "1.1.0", "description": "A webpack plugin for converting external script files to inline script block. Requires 'html-webpack-plugin' to work.", "main": "./dist/index.js", "scripts": {