Skip to content

Commit 592afb0

Browse files
chore: Release 2.0.0 (#57)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7b37da4 commit 592afb0

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
## [2.0.0](https://www.github.com/gulpjs/async-done/compare/v1.3.2...v2.0.0) (2022-06-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Allow end-of-stream to handle the stream error states
9+
* Normalize repository, dropping node <10.13 support (#54)
10+
11+
### Bug Fixes
12+
13+
* Allow end-of-stream to handle the stream error states ([7b37da4](https://www.github.com/gulpjs/async-done/commit/7b37da45e8344e78a5d40a8c277cc57d796c1257))
14+
* Ensure the Observable failure test works ([#59](https://www.github.com/gulpjs/async-done/issues/59)) ([dfa4f0b](https://www.github.com/gulpjs/async-done/commit/dfa4f0b30b1c4666dbf6c930aac62434cf6a0c1c))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* Normalize repository, dropping node <10.13 support ([#54](https://www.github.com/gulpjs/async-done/issues/54)) ([66f987f](https://www.github.com/gulpjs/async-done/commit/66f987f36d2cbd07d5b96f487ea327caa44acb10))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "async-done",
3-
"version": "1.3.2",
3+
"version": "2.0.0",
44
"description": "Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.",
55
"author": "Gulp Team <[email protected]> (https://gulpjs.com/)",
66
"contributors": [

0 commit comments

Comments
 (0)