Skip to content

Commit fe7a33c

Browse files
committed
chore(release): 3.2.0
1 parent 7aff2e7 commit fe7a33c

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+
## [3.2.0](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v3.1.0...v3.2.0) (2023-06-02)
4+
5+
6+
### Features
7+
8+
* support preserving inlined assets by regex ([#434](https://github.com/icelam/html-inline-script-webpack-plugin/issues/434)) ([239e7b9](https://github.com/icelam/html-inline-script-webpack-plugin/commit/239e7b9e31dabf6699089357af214951c6209918))
9+
310
## [3.1.0](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v3.0.1...v3.1.0) (2022-08-05)
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": "3.1.0",
3+
"version": "3.2.0",
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)