diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e03f2f..05501f3 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. +### [10.2.2](/~https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.1...v10.2.2) (2022-01-28) + + +### Bug Fixes + +* types ([#664](/~https://github.com/webpack-contrib/copy-webpack-plugin/issues/664)) ([f58470e](/~https://github.com/webpack-contrib/copy-webpack-plugin/commit/f58470ee1275330046b0867f70bcd3f2378a2a25)) + ### [10.2.1](/~https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.0...v10.2.1) (2022-01-20) diff --git a/package-lock.json b/package-lock.json index 2b1afc4..3f2f2a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "copy-webpack-plugin", - "version": "10.2.1", + "version": "10.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "copy-webpack-plugin", - "version": "10.2.1", + "version": "10.2.2", "license": "MIT", "dependencies": { "fast-glob": "^3.2.7", diff --git a/package.json b/package.json index 3bd9681..acb1279 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "copy-webpack-plugin", - "version": "10.2.1", + "version": "10.2.2", "description": "Copy files && directories with webpack", "license": "MIT", "repository": "webpack-contrib/copy-webpack-plugin",