Skip to content

Commit

Permalink
chore(release): 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
icelam committed Oct 30, 2021
1 parent ee52bec commit 4299513
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [2.0.3](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v2.0.2...v2.0.3) (2021-10-30)


### Bug Fixes

* delete only script files which has been processed by plugin ([4e40c19](https://github.com/icelam/html-inline-script-webpack-plugin/commit/4e40c19ee11688f9ee9bbb25196cc30a0f7372ce))

### [2.0.2](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v2.0.1...v2.0.2) (2021-07-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-inline-script-webpack-plugin",
"version": "2.0.2",
"version": "2.0.3",
"description": "A webpack plugin for converting external script files to inline script block. Requires 'html-webpack-plugin' to work.",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit 4299513

Please sign in to comment.