Skip to content

Commit

Permalink
chore(release): 1.1.6
Browse files Browse the repository at this point in the history
* Remarks: re-publish of 1.1.5 due to issue #290
  • Loading branch information
icelam committed Nov 4, 2021
1 parent 5d8dfe2 commit 4cf08e7
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.6](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v1.1.5...v1.1.6) (2021-11-04)


### Bug Fixes

* This release is same as [1.1.5](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v1.1.4...v1.1.5) to fix issue [#290](https://github.com/icelam/html-inline-script-webpack-plugin/issues/290)

### [1.1.5](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v1.1.4...v1.1.5) (2021-10-30)


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.5",
"version": "1.1.6",
"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 4cf08e7

Please sign in to comment.