diff --git a/packages/it-parallel/CHANGELOG.md b/packages/it-parallel/CHANGELOG.md index 69242ac0..6d82a90b 100644 --- a/packages/it-parallel/CHANGELOG.md +++ b/packages/it-parallel/CHANGELOG.md @@ -1,3 +1,10 @@ +## [it-parallel-v3.0.4](https://github.com/achingbrain/it/compare/it-parallel-v3.0.3...it-parallel-v3.0.4) (2023-08-16) + + +### Dependencies + +* **dev:** bump aegir from 39.0.13 to 40.0.11 ([#80](https://github.com/achingbrain/it/issues/80)) ([98e17ff](https://github.com/achingbrain/it/commit/98e17ff5f108fce177d98a56c201533a415623e4)) + ## [it-parallel-v3.0.3](https://github.com/achingbrain/it/compare/it-parallel-v3.0.2...it-parallel-v3.0.3) (2023-05-09) diff --git a/packages/it-parallel/package.json b/packages/it-parallel/package.json index bdbc7fd7..85f8de5e 100644 --- a/packages/it-parallel/package.json +++ b/packages/it-parallel/package.json @@ -1,6 +1,6 @@ { "name": "it-parallel", - "version": "3.0.3", + "version": "3.0.4", "description": "Takes an (async) iterable that emits promise-returning functions, invokes them in parallel up to the concurrency limit and emits the results as they become available, optionally in the same order as the input", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",