Skip to content

Commit

Permalink
Bump to v10
Browse files Browse the repository at this point in the history
Update changelog and package version
  • Loading branch information
yoriiis committed Oct 2, 2023
1 parent 937e896 commit 56aa3b8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 10.0.0

### ⚠️ Breaking changes

#### **This package is now pure ESM.** Please read [Sindre Sorhus ESM note](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) for more information

- Migrate to ESM with package `exports` ([#95](https://github.com/yoriiis/chunks-webpack-plugin/pull/95))

## 9.0.0

### ⚠️ Breaking changes
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ npm install chunks-webpack-plugin --save-dev
yarn add chunks-webpack-plugin --dev
```

## Environment

`chunks-webpack-plugin` was built for Node.js `>=16.20.0` and webpack `v5`.
> **Warning** `chunks-webpack-plugin@10` is ESM only.
>
> **Note** Minimum supported `Node.js` version is `16.20.0` and Webpack `>=5.10.3`.
## Example

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": "chunks-webpack-plugin",
"version": "9.0.0",
"version": "10.0.0",
"description": "Create HTML files with entrypoints and chunks relations to serve your bundles",
"keywords": [
"chunks",
Expand Down

0 comments on commit 56aa3b8

Please sign in to comment.