From e09bb8a134c9c38483560c408a1287bcce8d949f Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Tue, 17 May 2022 18:18:44 +0300 Subject: [PATCH] chore(release): 4.0.0 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d4bfb..5fb4f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [4.0.0](https://github.com/webpack-contrib/json-minimizer-webpack-plugin/compare/v3.3.0...v4.0.0) (2022-05-17) + + +### ⚠ BREAKING CHANGES + +* minimum supported `Node.js` version is `14.15.0` + ## [3.3.0](https://github.com/webpack-contrib/json-minimizer-webpack-plugin/compare/v3.2.0...v3.3.0) (2021-12-16) @@ -65,4 +72,4 @@ Initial release # Change Log -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. \ No newline at end of file +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. diff --git a/package-lock.json b/package-lock.json index b5c992f..70ba1ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "json-minimizer-webpack-plugin", - "version": "3.3.0", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "json-minimizer-webpack-plugin", - "version": "3.3.0", + "version": "4.0.0", "license": "MIT", "dependencies": { "schema-utils": "^4.0.0" diff --git a/package.json b/package.json index 5fffdf2..d04ca8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-minimizer-webpack-plugin", - "version": "3.3.0", + "version": "4.0.0", "description": "json minimizer plugin for Webpack", "license": "MIT", "repository": "webpack-contrib/json-minimizer-webpack-plugin",