Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Bump to v8
  • Loading branch information
yoriiis committed May 2, 2023
1 parent 387fd40 commit db54642
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## 8.0.0

### ⚠️ Breaking changes

- Minimum supported `Node.js` version is `16.20.0` ([#90](https://github.com/yoriiis/chunks-webpack-plugin/pull/90))
- `templateStyle` and `templateScript` parameters are transformed into functions ([#91](https://github.com/yoriiis/chunks-webpack-plugin/pull/91))
- The `outputPath` parameter is removed. Files are generated by default by webpack compilation according to `output.path`
- The `customFormatTags` parameter is removed. Custom generation can be done with `templateStyle` and `templateScript` functions

### New features

- Add schema validation on plugin and loader options ([#89](https://github.com/yoriiis/chunks-webpack-plugin/pull/89))
- Fix compatibility with webpack cache ([#91](https://github.com/yoriiis/chunks-webpack-plugin/pull/91))

## 7.1.0

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "chunks-webpack-plugin",
"version": "7.1.0",
"version": "8.0.0",
"description": "Create HTML files with entrypoints and chunks relations to serve your bundles",
"keywords": [
"chunks",
Expand Down

0 comments on commit db54642

Please sign in to comment.