Skip to content

Commit 09b1791

Browse files
committed
chore(release): 2.0.2
1 parent cc70d9e commit 09b1791

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+
### [2.0.2](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v2.0.1...v2.0.2) (2021-07-04)
4+
5+
6+
### Bug Fixes
7+
8+
* invalid logic on missing script check ([#198](https://github.com/icelam/html-inline-script-webpack-plugin/issues/198)) ([e9f9f26](https://github.com/icelam/html-inline-script-webpack-plugin/commit/e9f9f26a247df31a0f1b4849410a775b477cca76))
9+
310
### [2.0.1](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v2.0.0...v2.0.1) (2021-05-05)
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": "2.0.1",
3+
"version": "2.0.2",
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)