From c52b875a2839e03a812a74b525ed227b1554d2e1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Mar 2023 15:25:33 +0000 Subject: [PATCH] chore(release): 3.0.1 [skip ci] ## [it-parallel-v3.0.1](https://github.com/achingbrain/it/compare/it-parallel-v3.0.0...it-parallel-v3.0.1) (2023-03-02) ### Dependencies * **dev:** bump aegir from 37.12.1 to 38.1.6 ([#45](https://github.com/achingbrain/it/issues/45)) ([2c8139e](https://github.com/achingbrain/it/commit/2c8139ef060efa72c386aa3863e6c575f6f199e5)) --- packages/it-parallel/CHANGELOG.md | 7 +++++++ packages/it-parallel/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/it-parallel/CHANGELOG.md b/packages/it-parallel/CHANGELOG.md index 7ce73048..f253a035 100644 --- a/packages/it-parallel/CHANGELOG.md +++ b/packages/it-parallel/CHANGELOG.md @@ -1,3 +1,10 @@ +## [it-parallel-v3.0.1](https://github.com/achingbrain/it/compare/it-parallel-v3.0.0...it-parallel-v3.0.1) (2023-03-02) + + +### Dependencies + +* **dev:** bump aegir from 37.12.1 to 38.1.6 ([#45](https://github.com/achingbrain/it/issues/45)) ([2c8139e](https://github.com/achingbrain/it/commit/2c8139ef060efa72c386aa3863e6c575f6f199e5)) + ## [it-parallel-v3.0.0](https://github.com/achingbrain/it/compare/it-parallel-v2.0.1...it-parallel-v3.0.0) (2022-10-17) diff --git a/packages/it-parallel/package.json b/packages/it-parallel/package.json index 46771f48..1ee3652a 100644 --- a/packages/it-parallel/package.json +++ b/packages/it-parallel/package.json @@ -1,6 +1,6 @@ { "name": "it-parallel", - "version": "3.0.0", + "version": "3.0.1", "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",