Skip to content

Commit c9112e9

Browse files
committed
Bump to 13.1.0
1 parent 0c62158 commit c9112e9

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 13.1.0
4+
5+
### Updates
6+
7+
- Fix types and use package inside demo ([#116](https://github.com/yoriiis/chunks-webpack-plugin/pull/116))
8+
- Make config optional by @duckblaster in ([#117](https://github.com/yoriiis/chunks-webpack-plugin/pull/117))
9+
- Add verify script to check dist content ([#119](https://github.com/yoriiis/chunks-webpack-plugin/pull/119))
10+
- Add support for `.mjs` extension ([#120](https://github.com/yoriiis/chunks-webpack-plugin/pull/120))
11+
312
## 13.0.0
413

514
### ⚠️ Breaking changes

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": "13.0.1",
3+
"version": "13.1.0",
44
"description": "Create HTML files with entrypoints and chunks relations to serve your bundles",
55
"keywords": [
66
"chunks",

0 commit comments

Comments
 (0)