Skip to content

Commit ed58144

Browse files
committed
Merge branch 'master' into develop
2 parents 531048e + 28564b0 commit ed58144

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
### [1.1.1](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v1.1.0...v1.1.1) (2021-03-01)
4+
5+
6+
### Bug Fixes
7+
8+
* ignore .husky and scripts folder when publishing package ([f056fa2](https://github.com/icelam/html-inline-script-webpack-plugin/commit/f056fa26f242cdca73254f5a0a260a98c4e477d7))
9+
10+
## [1.1.0](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v1.0.1...v1.1.0) (2021-03-01)
11+
12+
13+
### Features
14+
15+
* enhance typings ([9da9cec](https://github.com/icelam/html-inline-script-webpack-plugin/commit/9da9ceca3477a5f82b416a69704b9c790212a738))
16+
317
### [1.0.1](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v1.0.0...v1.0.1) (2021-01-22)
418

519

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.0.1",
3+
"version": "1.1.1",
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)