diff --git a/packages/it-parallel-batch/CHANGELOG.md b/packages/it-parallel-batch/CHANGELOG.md index 2742296b..d4647e20 100644 --- a/packages/it-parallel-batch/CHANGELOG.md +++ b/packages/it-parallel-batch/CHANGELOG.md @@ -1,3 +1,25 @@ +## [it-parallel-batch-v3.0.0](https://github.com/achingbrain/it/compare/it-parallel-batch-v2.0.1...it-parallel-batch-v3.0.0) (2023-03-30) + + +### ⚠ BREAKING CHANGES + +* if you pass a synchronous iterator to a function it will return a synchronous generator in response + +### Bug Fixes + +* return iterators from synchronous sources ([#55](https://github.com/achingbrain/it/issues/55)) ([b6d8422](https://github.com/achingbrain/it/commit/b6d84222eb8e6d8c8956810d0e2ec1f065909742)) + + +### Trivial Changes + +* update project config, fix broken badges ([#53](https://github.com/achingbrain/it/issues/53)) ([e56c6ae](https://github.com/achingbrain/it/commit/e56c6ae9a0a766b5eab77040e92b2e034ce52d2e)) + + +### Dependencies + +* update sibling dependencies ([c7d90e8](https://github.com/achingbrain/it/commit/c7d90e85e15495959991eff8aaad5964cf874d91)) +* update sibling dependencies ([8b60209](https://github.com/achingbrain/it/commit/8b60209d429e282f8d5e5218ee2019ae7153585b)) + ## [it-parallel-batch-v2.0.1](https://github.com/achingbrain/it/compare/it-parallel-batch-v2.0.0...it-parallel-batch-v2.0.1) (2023-03-02) diff --git a/packages/it-parallel-batch/package.json b/packages/it-parallel-batch/package.json index ce034384..0eb662ae 100644 --- a/packages/it-parallel-batch/package.json +++ b/packages/it-parallel-batch/package.json @@ -1,6 +1,6 @@ { "name": "it-parallel-batch", - "version": "2.0.1", + "version": "3.0.0", "description": "Takes an async iterator that emits promise-returning functions, invokes them in parallel and emits the results in the same order as the input", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",