From c9513400e9766ab15d9334f607cc15e1fc632cf0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Mar 2023 17:04:03 +0000 Subject: [PATCH] chore(release): 3.0.2 [skip ci] ## [it-parallel-v3.0.2](https://github.com/achingbrain/it/compare/it-parallel-v3.0.1...it-parallel-v3.0.2) (2023-03-30) ### 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 ([8b60209](https://github.com/achingbrain/it/commit/8b60209d429e282f8d5e5218ee2019ae7153585b)) --- packages/it-parallel/CHANGELOG.md | 12 ++++++++++++ packages/it-parallel/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/it-parallel/CHANGELOG.md b/packages/it-parallel/CHANGELOG.md index f253a035..0ebc04f9 100644 --- a/packages/it-parallel/CHANGELOG.md +++ b/packages/it-parallel/CHANGELOG.md @@ -1,3 +1,15 @@ +## [it-parallel-v3.0.2](https://github.com/achingbrain/it/compare/it-parallel-v3.0.1...it-parallel-v3.0.2) (2023-03-30) + + +### 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 ([8b60209](https://github.com/achingbrain/it/commit/8b60209d429e282f8d5e5218ee2019ae7153585b)) + ## [it-parallel-v3.0.1](https://github.com/achingbrain/it/compare/it-parallel-v3.0.0...it-parallel-v3.0.1) (2023-03-02) diff --git a/packages/it-parallel/package.json b/packages/it-parallel/package.json index 181051fa..50e85c08 100644 --- a/packages/it-parallel/package.json +++ b/packages/it-parallel/package.json @@ -1,6 +1,6 @@ { "name": "it-parallel", - "version": "3.0.1", + "version": "3.0.2", "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",