Skip to content

Commit f36bdd1

Browse files
committed
chore(release): 1.1.3
1 parent b4bbc80 commit f36bdd1

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+
### [1.1.3](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v1.1.2...v1.1.3) (2021-05-05)
4+
5+
6+
### Bug Fixes
7+
8+
* chage the default test scope to avoid targeting map files or gzip files ([cecd2de](https://github.com/icelam/html-inline-script-webpack-plugin/commit/cecd2de7f0a40306cd813da616e085b43e23464b))
9+
310
### [1.1.2](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v1.1.1...v1.1.2) (2021-03-06)
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": "1.1.2",
3+
"version": "1.1.3",
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)