Skip to content

Commit

Permalink
chore: Release 2.0.0 (#57)
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 Jun 25, 2022
1 parent 7b37da4 commit 592afb0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,19 @@
# Changelog

## [2.0.0](https://www.github.com/gulpjs/async-done/compare/v1.3.2...v2.0.0) (2022-06-25)


### ⚠ BREAKING CHANGES

* Allow end-of-stream to handle the stream error states
* Normalize repository, dropping node <10.13 support (#54)

### Bug Fixes

* Allow end-of-stream to handle the stream error states ([7b37da4](https://www.github.com/gulpjs/async-done/commit/7b37da45e8344e78a5d40a8c277cc57d796c1257))
* 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))


### Miscellaneous Chores

* 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))
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "async-done",
"version": "1.3.2",
"version": "2.0.0",
"description": "Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.",
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
"contributors": [
Expand Down

0 comments on commit 592afb0

Please sign in to comment.