Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
icelam committed Aug 9, 2023
2 parents df1cf02 + dfa4015 commit 1e8a0cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [3.2.1](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v3.2.0...v3.2.1) (2023-08-09)


### Bug Fixes

* resolve public path base on html-webpack-plugin and webpack config ([c333304](https://github.com/icelam/html-inline-script-webpack-plugin/commit/c333304722aa8a9f594bbcc7d48944b7720ec499))

## [3.2.0](https://github.com/icelam/html-inline-script-webpack-plugin/compare/v3.1.0...v3.2.0) (2023-06-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-inline-script-webpack-plugin",
"version": "3.2.0",
"version": "3.2.1",
"description": "A webpack plugin for converting external script files to inline script block. Requires 'html-webpack-plugin' to work.",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit 1e8a0cd

Please sign in to comment.