Skip to content

Commit 1641245

Browse files
chore: Release 3.0.0 (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 404ff55 commit 1641245

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## [3.0.0](https://www.github.com/gulpjs/copy-props/compare/v2.0.5...v3.0.0) (2021-09-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Normalize repository, dropping node <10.13 support (#8)
9+
10+
### Miscellaneous Chores
11+
12+
* Normalize repository, dropping node <10.13 support ([#8](https://www.github.com/gulpjs/copy-props/issues/8)) ([85b1165](https://www.github.com/gulpjs/copy-props/commit/85b1165d3454791d8454ac6b74cbcb993c77bfc6))

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": "2.0.5",
3+
"version": "3.0.0",
44
"description": "Copy properties deeply between two objects.",
55
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
66
"main": "index.js",

0 commit comments

Comments
 (0)