Skip to content

Commit 3e81e42

Browse files
chore(release): 5.0.0
1 parent 53b80b5 commit 3e81e42

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.0.0](https://github.com/webpack-contrib/json-minimizer-webpack-plugin/compare/v4.0.0...v5.0.0) (2024-01-15)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* minimum supported Node.js version is `18.12.0` ([53b80b5](https://github.com/webpack-contrib/json-minimizer-webpack-plugin/commit/53b80b5d5501c5b8cb60d12697de80a1ab25988b))
11+
512
## [4.0.0](https://github.com/webpack-contrib/json-minimizer-webpack-plugin/compare/v3.3.0...v4.0.0) (2022-05-17)
613

714

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-minimizer-webpack-plugin",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "json minimizer plugin for Webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/json-minimizer-webpack-plugin",
@@ -27,7 +27,7 @@
2727
"security": "npm audit --security",
2828
"lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
2929
"lint:js": "eslint --cache .",
30-
"lint:spelling": "cspell \"**/*.*\"",
30+
"lint:spelling": "cspell --no-must-find-files --cache --quiet \"**/*.*\"",
3131
"lint:types": "tsc --pretty --noEmit",
3232
"lint": "npm-run-all -l -p \"lint:**\"",
3333
"fix:js": "npm run lint:js -- --fix",

0 commit comments

Comments
 (0)