diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7cbaae3 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 064e603..44725eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bach", - "version": "1.2.0", + "version": "2.0.0", "description": "Compose your async functions with elegance.", "author": "Gulp Team (https://gulpjs.com/)", "contributors": [