Skip to content

Commit 5d8dfe2

Browse files
committed
chore(release): 1.1.5
1 parent 455df7d commit 5d8dfe2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [1.1.5](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v1.1.4...v1.1.5) (2021-10-30)
4+
5+
6+
### Bug Fixes
7+
8+
* delete only script files which has been processed by plugin ([f725bd7](https://github.com/icelam/html-inline-script-webpack-plugin/commit/f725bd7599c3c478d008713b001538c42347b838))
9+
310
### [1.1.4](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v1.1.3...v1.1.4) (2021-07-04)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-inline-script-webpack-plugin",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "A webpack plugin for converting external script files to inline script block. Requires 'html-webpack-plugin' to work.",
55
"main": "./dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)