diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb62a9..d58f2c7 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. +## [9.0.0](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v8.1.1...v9.0.0) (2021-05-21) + + +### ⚠ BREAKING CHANGES + +* minimum supported `Node.js` version is `12.13.0` + ### [8.1.1](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v8.1.0...v8.1.1) (2021-04-06) diff --git a/package-lock.json b/package-lock.json index 32c0c2f..383161f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,10 @@ { "name": "copy-webpack-plugin", - "version": "8.1.1", + "version": "9.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "copy-webpack-plugin", "version": "8.1.1", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b940bbc..87cf6fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "copy-webpack-plugin", - "version": "8.1.1", + "version": "9.0.0", "description": "Copy files && directories with webpack", "license": "MIT", "repository": "webpack-contrib/copy-webpack-plugin",