Skip to content

Commit

Permalink
chore: Release 2.0.0 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 1, 2022
1 parent ca849db commit 65e5b6d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plugin-error",
"version": "1.0.1",
"version": "2.0.0",
"description": "Error handling for Vinyl plugins.",
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
"contributors": [
Expand Down

0 comments on commit 65e5b6d

Please sign in to comment.