Skip to content

Commit

Permalink
chore(release): 12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jan 10, 2024
1 parent a5b7d06 commit f2a5db3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)


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.

2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit f2a5db3

Please sign in to comment.