diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..15b452a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [3.0.0](https://www.github.com/gulpjs/copy-props/compare/v2.0.5...v3.0.0) (2021-09-25) + + +### ⚠ BREAKING CHANGES + +* Normalize repository, dropping node <10.13 support (#8) + +### Miscellaneous Chores + +* 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)) diff --git a/package.json b/package.json index 67dc975..9550a15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "copy-props", - "version": "2.0.5", + "version": "3.0.0", "description": "Copy properties deeply between two objects.", "author": "Gulp Team (https://gulpjs.com/)", "main": "index.js",