Skip to content

Commit

Permalink
chore(release): 9.0.9 [skip ci]
Browse files Browse the repository at this point in the history
## [9.0.9](v9.0.8...v9.0.9) (2024-12-02)

### Bug Fixes

* **deps:** update dependency webpack to v5.96.1 ([#512](#512)) ([e31bc18](e31bc18))
* **security:** patch high severity cross-spawn vulnerability ([#516](#516)) ([d846631](d846631))
  • Loading branch information
semantic-release-bot committed Dec 2, 2024
1 parent ad92377 commit 42b163f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [9.0.9](https://github.com/jodelamo/esi-webpack-plugin/compare/v9.0.8...v9.0.9) (2024-12-02)


### Bug Fixes

* **deps:** update dependency webpack to v5.96.1 ([#512](https://github.com/jodelamo/esi-webpack-plugin/issues/512)) ([e31bc18](https://github.com/jodelamo/esi-webpack-plugin/commit/e31bc1832b389e2239c013a9901838524adb516a))
* **security:** patch high severity cross-spawn vulnerability ([#516](https://github.com/jodelamo/esi-webpack-plugin/issues/516)) ([d846631](https://github.com/jodelamo/esi-webpack-plugin/commit/d8466319d523256f10abc7ae7b2aec54bdd62f64))

## [9.0.8](https://github.com/jodelamo/esi-webpack-plugin/compare/v9.0.7...v9.0.8) (2024-10-28)


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.

11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esi-webpack-plugin",
"version": "9.0.8",
"version": "9.0.9",
"type": "module",
"description": "A Webpack plugin to resolve ESI includes",
"main": "./dist/commonjs/bundle.js",
Expand Down Expand Up @@ -29,7 +29,9 @@
},
"author": "Joacim de la Motte <[email protected]>",
"license": "MIT",
"files": ["dist/**/*"],
"files": [
"dist/**/*"
],
"bugs": {
"url": "https://github.com/jodelamo/esi-webpack-plugin/issues"
},
Expand All @@ -56,6 +58,9 @@
"html-webpack-plugin": "^5.3.2"
},
"lint-staged": {
"*.js": ["npm test", "biome check --write"]
"*.js": [
"npm test",
"biome check --write"
]
}
}

0 comments on commit 42b163f

Please sign in to comment.