From 16412451725f82bf273b4751d3e6a3f0815ec56b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Oct 2021 14:08:33 -0700 Subject: [PATCH] chore: Release 3.0.0 (#9) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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",