Skip to content

Commit eb3cbd7

Browse files
committed
chore(release): 3.0.1
1 parent 1968424 commit eb3cbd7

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+
### [3.0.1](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v3.0.0...v3.0.1) (2022-07-24)
4+
5+
6+
### Bug Fixes
7+
8+
* unable to match assets when filename contains special characters ([ce6be9c](https://github.com/icelam/html-inline-script-webpack-plugin/commit/ce6be9cc09c40cfd85377a62b119bacdf590c67b))
9+
310
## [3.0.0](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v2.0.3...v3.0.0) (2022-02-27)
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": "3.0.0",
3+
"version": "3.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)