File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
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 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bach" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 2.0 .0" ,
4
4
"description" : " Compose your async functions with elegance." ,
5
5
"author" :
" Gulp Team <[email protected] > (https://gulpjs.com/)" ,
6
6
"contributors" : [
You can’t perform that action at this time.
0 commit comments