From 65e5b6d583ec2591ba965a3c62016d73f5bf14fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:29:16 -0700 Subject: [PATCH] chore: Release 2.0.0 (#23) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4582410 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## [2.0.0](https://www.github.com/gulpjs/plugin-error/compare/v1.0.1...v2.0.0) (2022-07-01) + + +### ⚠ BREAKING CHANGES + +* Don't include domain information in output (#19) +* Avoid modifying arguments (#21) +* Allow to be constructed without new +* Normalize repository, dropping node <10.13 support (#22) + +### Bug Fixes + +* Allow to be constructed without new ([8fe9c64](https://www.github.com/gulpjs/plugin-error/commit/8fe9c6451c4affa9a5c8b765194f4c0876587e00)) +* Avoid modifying arguments ([#21](https://www.github.com/gulpjs/plugin-error/issues/21)) ([6c05aba](https://www.github.com/gulpjs/plugin-error/commit/6c05aba3efef1a4dd94b3a5f33a501dd76c1b842)) +* Don't include domain information in output ([#19](https://www.github.com/gulpjs/plugin-error/issues/19)) ([932946a](https://www.github.com/gulpjs/plugin-error/commit/932946a72ed8911aaa362ce09ef9d14931a97542)) +* Remove defaulting name since it is always set ([8fe9c64](https://www.github.com/gulpjs/plugin-error/commit/8fe9c6451c4affa9a5c8b765194f4c0876587e00)) + + +### Miscellaneous Chores + +* Normalize repository, dropping node <10.13 support ([#22](https://www.github.com/gulpjs/plugin-error/issues/22)) ([8fe9c64](https://www.github.com/gulpjs/plugin-error/commit/8fe9c6451c4affa9a5c8b765194f4c0876587e00)) diff --git a/package.json b/package.json index 2c9f0d8..05c8584 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plugin-error", - "version": "1.0.1", + "version": "2.0.0", "description": "Error handling for Vinyl plugins.", "author": "Gulp Team (https://gulpjs.com/)", "contributors": [