diff --git a/CHANGELOG.md b/CHANGELOG.md index 467bec6..d8edafe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [12.0.0](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v11.0.0...v12.0.0) (2024-01-10) + + +### ⚠ BREAKING CHANGES + +* update `globby` to `14.0.0` +* minimum supported `Node.js` version is `18.12.0` ([#759](https://github.com/webpack-contrib/copy-webpack-plugin/issues/759)) ([a5b7d06](https://github.com/webpack-contrib/copy-webpack-plugin/commit/a5b7d06a051b7404b3300ed4d071b4948cb440f1)) + ## [11.0.0](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0) (2022-05-17) diff --git a/package-lock.json b/package-lock.json index 897b1fe..6964627 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "copy-webpack-plugin", - "version": "11.0.0", + "version": "12.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "copy-webpack-plugin", - "version": "11.0.0", + "version": "12.0.0", "license": "MIT", "dependencies": { "fast-glob": "^3.3.2", diff --git a/package.json b/package.json index d4bb6f9..e75d165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "copy-webpack-plugin", - "version": "11.0.0", + "version": "12.0.0", "description": "Copy files && directories with webpack", "license": "MIT", "repository": "webpack-contrib/copy-webpack-plugin",