Skip to content

Commit

Permalink
chore: Release 2.0.0 (#35)
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] authored Aug 25, 2022
1 parent 8ff236a commit bf50fa0
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/bach/compare/v1.2.0...v2.0.0) (2022-08-25)


### ⚠ BREAKING CHANGES

* Rework extension helper to get options
* change flatten to Array.prototype.slice.apply
* Normalize repository, dropping node <10.13 support (#34)

### Features

* Reflect concurrency option in documentation ([2c47259](https://www.github.com/gulpjs/bach/commit/2c47259f650e52eb0410713c3766e6b1eda1bcdc))
* Remove ES5 utility dependencies ([1c631cb](https://www.github.com/gulpjs/bach/commit/1c631cb014cddfea87a29e0e874a1cd85b6a1751))
* Remove node assert usage ([a1ba61d](https://www.github.com/gulpjs/bach/commit/a1ba61d965477de8d2b748f5ed5d5dce343e4182))


### Miscellaneous Chores

* change flatten to Array.prototype.slice.apply ([1c631cb](https://www.github.com/gulpjs/bach/commit/1c631cb014cddfea87a29e0e874a1cd85b6a1751))
* Normalize repository, dropping node <10.13 support ([#34](https://www.github.com/gulpjs/bach/issues/34)) ([1c631cb](https://www.github.com/gulpjs/bach/commit/1c631cb014cddfea87a29e0e874a1cd85b6a1751))
* Rework extension helper to get options ([89857b6](https://www.github.com/gulpjs/bach/commit/89857b6f3bbf165ca9f437663ee1de28af9de223))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bach",
"version": "1.2.0",
"version": "2.0.0",
"description": "Compose your async functions with elegance.",
"author": "Gulp Team <[email protected]> (https://gulpjs.com/)",
"contributors": [
Expand Down

0 comments on commit bf50fa0

Please sign in to comment.