Skip to content

Commit 3e8b8cc

Browse files
committed
Bump to v9
1 parent 99ea34d commit 3e8b8cc

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
## 9.0.0
4+
5+
### ⚠️ Breaking changes
6+
7+
- Fix automatic public path generation [#93](https://github.com/yoriiis/chunks-webpack-plugin/pull/93)
8+
9+
### Updates
10+
11+
- Optimize TypeScript ([#94](https://github.com/yoriiis/chunks-webpack-plugin/pull/94))
12+
313
## 8.0.1
414

515
### Updates

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chunks-webpack-plugin",
3-
"version": "8.0.1",
3+
"version": "9.0.0",
44
"description": "Create HTML files with entrypoints and chunks relations to serve your bundles",
55
"keywords": [
66
"chunks",

0 commit comments

Comments
 (0)