Skip to content

Commit

Permalink
chore(release): 9.0.8 [skip ci]
Browse files Browse the repository at this point in the history
## [9.0.8](v9.0.7...v9.0.8) (2024-10-28)

### Bug Fixes

* **audit:** run audit to fix high vulnerability ([#509](#509)) ([1bb673c](1bb673c))
* **deps:** update dependency html-webpack-plugin to v5.6.0 ([#498](#498)) ([850be01](850be01))
* **deps:** update dependency html-webpack-plugin to v5.6.3 ([#506](#506)) ([cc57600](cc57600))
* **deps:** update dependency webpack to v5.95.0 ([#500](#500)) ([855c8d5](855c8d5))
* **release:** fix wrong repository preventing release ([#510](#510)) ([8f53ec7](8f53ec7))
  • Loading branch information
semantic-release-bot committed Oct 28, 2024
1 parent 8f53ec7 commit 5a36b29
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [9.0.8](https://github.com/jodelamo/esi-webpack-plugin/compare/v9.0.7...v9.0.8) (2024-10-28)


### Bug Fixes

* **audit:** run audit to fix high vulnerability ([#509](https://github.com/jodelamo/esi-webpack-plugin/issues/509)) ([1bb673c](https://github.com/jodelamo/esi-webpack-plugin/commit/1bb673c1bc2526d8ca02a731834b538facf4f8b4))
* **deps:** update dependency html-webpack-plugin to v5.6.0 ([#498](https://github.com/jodelamo/esi-webpack-plugin/issues/498)) ([850be01](https://github.com/jodelamo/esi-webpack-plugin/commit/850be01e949ac13ef3d7875e82ab5831edd8f48c))
* **deps:** update dependency html-webpack-plugin to v5.6.3 ([#506](https://github.com/jodelamo/esi-webpack-plugin/issues/506)) ([cc57600](https://github.com/jodelamo/esi-webpack-plugin/commit/cc57600fe49fbbdffcb5583a58dda02519c0bb17))
* **deps:** update dependency webpack to v5.95.0 ([#500](https://github.com/jodelamo/esi-webpack-plugin/issues/500)) ([855c8d5](https://github.com/jodelamo/esi-webpack-plugin/commit/855c8d5d7d33dd13c0afd9606a9cfbe32daf8428))
* **release:** fix wrong repository preventing release ([#510](https://github.com/jodelamo/esi-webpack-plugin/issues/510)) ([8f53ec7](https://github.com/jodelamo/esi-webpack-plugin/commit/8f53ec794be92afef1cd2d69a2188ccd3d3172bb))

## [9.0.7](https://github.com/jlowgren/esi-webpack-plugin/compare/v9.0.6...v9.0.7) (2024-09-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esi-webpack-plugin",
"version": "9.0.7",
"version": "9.0.8",
"type": "module",
"description": "A Webpack plugin to resolve ESI includes",
"main": "./dist/commonjs/bundle.js",
Expand Down

0 comments on commit 5a36b29

Please sign in to comment.