diff --git a/CHANGELOG.md b/CHANGELOG.md index 8487bda..9d6cc18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v3.0.1...v3.1.0) (2022-08-05) + + +### Features + +* escape all that appears inside source ([cdf4b31](https://github.com/icelam/html-inline-script-webpack-plugin/commit/cdf4b3198f4ff927fe03a25b6f35eacff6080ff2)) + ### [3.0.1](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v3.0.0...v3.0.1) (2022-07-24) diff --git a/package.json b/package.json index ec2f25d..6eb4969 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-inline-script-webpack-plugin", - "version": "3.0.1", + "version": "3.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": {