Skip to content

Commit e420b1b

Browse files
committed
chore(release): 1.1.2
1 parent 7c7bc30 commit e420b1b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [1.1.2](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v1.1.1...v1.1.2) (2021-03-06)
4+
5+
6+
### Bug Fixes
7+
8+
* fix no construct signatures error throw by typescript ([d00e1a7](https://github.com/icelam/html-inline-script-webpack-plugin/commit/d00e1a7eb79bb81642246ac81d68807b72bcb06e))
9+
310
### [1.1.1](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v1.1.0...v1.1.1) (2021-03-01)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-inline-script-webpack-plugin",
3-
"version": "1.1.1",
3+
"version": "1.1.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)