Skip to content

Commit bf50fa0

Browse files
chore: Release 2.0.0 (#35)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8ff236a commit bf50fa0

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/bach/compare/v1.2.0...v2.0.0) (2022-08-25)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Rework extension helper to get options
9+
* change flatten to Array.prototype.slice.apply
10+
* Normalize repository, dropping node <10.13 support (#34)
11+
12+
### Features
13+
14+
* Reflect concurrency option in documentation ([2c47259](https://www.github.com/gulpjs/bach/commit/2c47259f650e52eb0410713c3766e6b1eda1bcdc))
15+
* Remove ES5 utility dependencies ([1c631cb](https://www.github.com/gulpjs/bach/commit/1c631cb014cddfea87a29e0e874a1cd85b6a1751))
16+
* Remove node assert usage ([a1ba61d](https://www.github.com/gulpjs/bach/commit/a1ba61d965477de8d2b748f5ed5d5dce343e4182))
17+
18+
19+
### Miscellaneous Chores
20+
21+
* change flatten to Array.prototype.slice.apply ([1c631cb](https://www.github.com/gulpjs/bach/commit/1c631cb014cddfea87a29e0e874a1cd85b6a1751))
22+
* 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))
23+
* Rework extension helper to get options ([89857b6](https://www.github.com/gulpjs/bach/commit/89857b6f3bbf165ca9f437663ee1de28af9de223))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bach",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "Compose your async functions with elegance.",
55
"author": "Gulp Team <[email protected]> (https://gulpjs.com/)",
66
"contributors": [

0 commit comments

Comments
 (0)