Skip to content

Commit 4299513

Browse files
committed
chore(release): 2.0.3
1 parent ee52bec commit 4299513

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [2.0.3](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v2.0.2...v2.0.3) (2021-10-30)
4+
5+
6+
### Bug Fixes
7+
8+
* delete only script files which has been processed by plugin ([4e40c19](https://github.com/icelam/html-inline-script-webpack-plugin/commit/4e40c19ee11688f9ee9bbb25196cc30a0f7372ce))
9+
310
### [2.0.2](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v2.0.1...v2.0.2) (2021-07-04)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-inline-script-webpack-plugin",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
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)