Skip to content

Commit 46af20a

Browse files
chore(release): 7.0.0
1 parent 5d5635f commit 46af20a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [7.0.0](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.4.0...v7.0.0) (2020-12-10)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* minimum supported webpack version is `5`
11+
* the `flatten` option was removed in favor `[name].[ext]` value for the `to` option,
12+
* the `transformPath` option was removed in favor `Function` type of the `to` option, look at [examples](https://github.com/webpack-contrib/copy-webpack-plugin#function)
13+
* the `cacheTransform` option was removed in favor `Object` type of the `transform` option, look at [examples](https://github.com/webpack-contrib/copy-webpack-plugin#transform)
14+
* migration on the `compilation.hooks.processAssets` hook
15+
* empty filtered paths throw an error, you can disable this behaviour using the `noErrorOnMissing` option
16+
517
## [6.4.0](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.3.2...v6.4.0) (2020-12-07)
618

719

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "copy-webpack-plugin",
3-
"version": "6.4.0",
3+
"version": "7.0.0",
44
"description": "Copy files && directories with webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/copy-webpack-plugin",

0 commit comments

Comments
 (0)