Skip to content

Commit debba29

Browse files
committed
chore(release): 3.0.0
1 parent d8f9d53 commit debba29

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.0](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v2.0.3...v3.0.0) (2022-02-27)
4+
5+
6+
### Features
7+
8+
* new option for defining HTML templates the plugin should process ([1ffe025](https://github.com/icelam/html-inline-script-webpack-plugin/commit/1ffe025618685b99a1c37ef6d925b422ae5918c7))
9+
310
### [2.0.3](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v2.0.2...v2.0.3) (2021-10-30)
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": "2.0.3",
3+
"version": "3.0.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)