Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jan 15, 2024
1 parent 53b80b5 commit 3e81e42
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [5.0.0](https://github.com/webpack-contrib/json-minimizer-webpack-plugin/compare/v4.0.0...v5.0.0) (2024-01-15)


### ⚠ BREAKING CHANGES

* minimum supported Node.js version is `18.12.0` ([53b80b5](https://github.com/webpack-contrib/json-minimizer-webpack-plugin/commit/53b80b5d5501c5b8cb60d12697de80a1ab25988b))

## [4.0.0](https://github.com/webpack-contrib/json-minimizer-webpack-plugin/compare/v3.3.0...v4.0.0) (2022-05-17)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-minimizer-webpack-plugin",
"version": "4.0.0",
"version": "5.0.0",
"description": "json minimizer plugin for Webpack",
"license": "MIT",
"repository": "webpack-contrib/json-minimizer-webpack-plugin",
Expand All @@ -27,7 +27,7 @@
"security": "npm audit --security",
"lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
"lint:js": "eslint --cache .",
"lint:spelling": "cspell \"**/*.*\"",
"lint:spelling": "cspell --no-must-find-files --cache --quiet \"**/*.*\"",
"lint:types": "tsc --pretty --noEmit",
"lint": "npm-run-all -l -p \"lint:**\"",
"fix:js": "npm run lint:js -- --fix",
Expand Down

0 comments on commit 3e81e42

Please sign in to comment.