Skip to content

Commit 24f78f7

Browse files
chore: Release 4.0.0 (#14)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2bddf31 commit 24f78f7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [4.0.0](https://www.github.com/gulpjs/copy-props/compare/v3.0.1...v4.0.0) (2022-10-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Upgrade each-props to v3.0.0
9+
* Remove pre-built browser bundles (#13)
10+
11+
### Miscellaneous Chores
12+
13+
* Remove pre-built browser bundles ([#13](https://www.github.com/gulpjs/copy-props/issues/13)) ([ebb6dab](https://www.github.com/gulpjs/copy-props/commit/ebb6dab580fbcd4a4d9f3e0adbd3b4873ad4fb96))
14+
* Upgrade each-props to v3.0.0 ([ebb6dab](https://www.github.com/gulpjs/copy-props/commit/ebb6dab580fbcd4a4d9f3e0adbd3b4873ad4fb96))
15+
316
### [3.0.1](https://www.github.com/gulpjs/copy-props/compare/v3.0.0...v3.0.1) (2021-10-31)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "copy-props",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "Copy properties deeply between two objects.",
55
"author": "Gulp Team <[email protected]> (https://gulpjs.com/)",
66
"main": "index.js",

0 commit comments

Comments
 (0)