8000 chore: release 2.0.0 · gulpjs/plugin-error@fdc46cf · GitHub
[go: up one dir, main page]

Skip to content

Commit fdc46cf

Browse files
chore: release 2.0.0
1 parent ca849db commit fdc46cf

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## [2.0.0](https://www.github.com/gulpjs/plugin-error/compare/v1.0.1...v2.0.0) (2022-07-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Don't include domain information in output (#19)
9+
* Avoid modifying arguments (#21)
10+
* Allow to be constructed without new
11+
* Normalize repository, dropping node <10.13 support (#22)
12+
13+
### Bug Fixes
14+
15+
* Allow to be constructed without new ([8fe9c64](https://www.github.com/gulpjs/plugin-error/commit/8fe9c6451c4affa9a5c8b765194f4c0876587e00))
16+
* Avoid modifying arguments ([#21](https://www.github.com/gulpjs/plugin-error/issues/21)) ([6c05aba](https://www.github.com/gulpjs/plugin-error/commit/6c05aba3efef1a4dd94b3a5f33a501dd76c1b842))
17+
* 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))
18+
* Remove defaulting name since it is always set ([8fe9c64](https://www.github.com/gulpjs/plugin-error/commit/8fe9c6451c4affa9a5c8b765194f4c0876587e00))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* 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 78C1 ))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugin-error",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "Error handling for Vinyl plugins.",
55
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
66
"contributors": [

0 commit comments

Comments
 (0)
0