Skip to content

Commit 8ebe08f

Browse files
committed
chore(release): 1.0.1
1 parent 3783d04 commit 8ebe08f

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
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.0.1](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v1.0.0...v1.0.1) (2021-01-22)
6+
7+
8+
### Bug Fixes
9+
10+
* assets source become undefined in some scenario ([d60c640](https://github.com/icelam/html-inline-script-webpack-plugin/commit/d60c640eb7eaf0673a4930fc9cf7777b89a2c0ab)), closes [#1](https://github.com/icelam/html-inline-script-webpack-plugin/issues/1)
11+
512
## 1.0.0 (2020-07-09)
613

714

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