Skip to content

Commit 18eb9d9

Browse files
chore(release): 14.0.0
1 parent 2881203 commit 18eb9d9

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [14.0.0](https://github.com/webpack/copy-webpack-plugin/compare/v13.0.1...v14.0.0) (2026-03-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* minimum supported `Node.js` version is `20.9.0` ([#819](https://github.com/webpack/copy-webpack-plugin/issues/819)) ([2881203](https://github.com/webpack/copy-webpack-plugin/commit/28812036cea4aa3e76e75597b0cd72eec53fe70d))
11+
12+
### Bug Fixes
13+
14+
* update `serialize-javascript` to fix security problems
15+
516
### [13.0.1](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v13.0.0...v13.0.1) (2025-08-12)
617

718

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "13.0.1",
3+
"version": "14.0.0",
44
"description": "Copy files && directories with webpack",
55
"keywords": [
66
"webpack",

0 commit comments

Comments
 (0)