Skip to content

Commit

Permalink
chore(release): 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
icelam committed Jul 4, 2021
1 parent 5a050bb commit 2395d9c
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

### [1.1.4](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v1.1.3...v1.1.4) (2021-07-04)


### Bug Fixes

* invalid logic on missing script check ([aa66df0](https://github.com/icelam/html-inline-script-webpack-plugin/commit/aa66df02b9a4e3f209091b91be41caa9e6559c6a))

### [1.1.3](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v1.1.2...v1.1.3) (2021-05-05)


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": "1.1.3",
"version": "1.1.4",
"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 2395d9c

Please sign in to comment.