From 2395d9c15ff71532f9ae6d80b6dde0408e44d1b2 Mon Sep 17 00:00:00 2001 From: Ice Lam Date: Mon, 5 Jul 2021 00:47:35 +0800 Subject: [PATCH] chore(release): 1.1.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a64cbd5..b6d2ec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 7c12096..fdf65ca 100644 --- a/package.json +++ b/package.json @@ -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": {