diff --git a/CHANGELOG.md b/CHANGELOG.md index 34568a4..100f6fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index e0de047..a97f3a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "chunks-webpack-plugin", - "version": "7.1.0", + "version": "8.0.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 719149b..22f7ca2 100644 --- a/package.json +++ b/package.json @@ -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",