Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.0.0](v7.1.5...v8.0.0) (2024-01-12)

### Bug Fixes

* **deps:** update dependency html-webpack-plugin to v5.5.4 ([#400](#400)) ([e054c3c](e054c3c))
* **deps:** update dependency html-webpack-plugin to v5.6.0 ([#406](#406)) ([96d28d6](96d28d6))
* **deps:** update dependency nodesi to v2 ([#412](#412)) ([07c16c7](07c16c7))

### BREAKING CHANGES

* **deps:** Marking as breaking change, just in case.

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
semantic-release-bot and renovate[bot] committed Jan 12, 2024
1 parent 07c16c7 commit eabb006
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [8.0.0](https://github.com/jlowgren/esi-webpack-plugin/compare/v7.1.5...v8.0.0) (2024-01-12)


### Bug Fixes

* **deps:** update dependency html-webpack-plugin to v5.5.4 ([#400](https://github.com/jlowgren/esi-webpack-plugin/issues/400)) ([e054c3c](https://github.com/jlowgren/esi-webpack-plugin/commit/e054c3c1128f06e0741400bfbb5e2465a3713f4c))
* **deps:** update dependency html-webpack-plugin to v5.6.0 ([#406](https://github.com/jlowgren/esi-webpack-plugin/issues/406)) ([96d28d6](https://github.com/jlowgren/esi-webpack-plugin/commit/96d28d6fb25ae632713b70d0d6758c8701125de2))
* **deps:** update dependency nodesi to v2 ([#412](https://github.com/jlowgren/esi-webpack-plugin/issues/412)) ([07c16c7](https://github.com/jlowgren/esi-webpack-plugin/commit/07c16c794c9ba928ebb8f49698ba49cf9a673ff0))


### BREAKING CHANGES

* **deps:** Marking as breaking change, just in case.

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

## [7.1.5](https://github.com/jlowgren/esi-webpack-plugin/compare/v7.1.4...v7.1.5) (2023-10-25)

### Bug Fixes
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": "7.1.5",
"version": "8.0.0",
"type": "module",
"description": "A Webpack plugin to resolve ESI includes",
"main": "./dist/commonjs/bundle.js",
Expand Down

0 comments on commit eabb006

Please sign in to comment.