diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9c4841c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [3.0.0](https://www.github.com/sttk/copy-props/compare/v2.0.4...v3.0.0) (2021-10-23) + + +### ⚠ BREAKING CHANGES + +* Normalize repository, dropping node <10.13 support (#8) + +### Bug Fixes + +* Avoids prototype pollution ([#7](https://www.github.com/sttk/copy-props/issues/7)) ([2c738f5](https://www.github.com/sttk/copy-props/commit/2c738f5c52cfb384b43d977a56a3ab7ce465df9b)) + + +### Miscellaneous Chores + +* Normalize repository, dropping node <10.13 support ([#8](https://www.github.com/sttk/copy-props/issues/8)) ([85b1165](https://www.github.com/sttk/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",