From 0fe73b7529905686cf76ea6b90f50a7a388a4811 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 Apr 2024 16:44:38 +0000 Subject: [PATCH] chore(release): 3.0.7 [skip ci] ## it-parallel [3.0.7](https://github.com/achingbrain/it/compare/it-parallel-v3.0.6...it-parallel-3.0.7) (2024-04-24) ### Trivial Changes * rename master to main ([#108](https://github.com/achingbrain/it/issues/108)) ([86d5c1f](https://github.com/achingbrain/it/commit/86d5c1f2082c79a49ef1e75511abfa7e647fd7b9)) ### Dependencies * bump aegir from 41.3.5 to 42.2.5 and update projects ([#121](https://github.com/achingbrain/it/issues/121)) ([cec89b7](https://github.com/achingbrain/it/commit/cec89b7c790bea695b053e3b6b3c255655def1cd)) ### Dependencies * **it-all:** upgraded to 3.0.5 --- packages/it-parallel/CHANGELOG.md | 18 ++++++++++++++++++ packages/it-parallel/package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/packages/it-parallel/CHANGELOG.md b/packages/it-parallel/CHANGELOG.md index ca263084..1d6f9bd3 100644 --- a/packages/it-parallel/CHANGELOG.md +++ b/packages/it-parallel/CHANGELOG.md @@ -1,3 +1,21 @@ +## it-parallel [3.0.7](https://github.com/achingbrain/it/compare/it-parallel-v3.0.6...it-parallel-3.0.7) (2024-04-24) + + +### Trivial Changes + +* rename master to main ([#108](https://github.com/achingbrain/it/issues/108)) ([86d5c1f](https://github.com/achingbrain/it/commit/86d5c1f2082c79a49ef1e75511abfa7e647fd7b9)) + + +### Dependencies + +* bump aegir from 41.3.5 to 42.2.5 and update projects ([#121](https://github.com/achingbrain/it/issues/121)) ([cec89b7](https://github.com/achingbrain/it/commit/cec89b7c790bea695b053e3b6b3c255655def1cd)) + + + +### Dependencies + +* **it-all:** upgraded to 3.0.5 + ## [it-parallel-v3.0.6](https://github.com/achingbrain/it/compare/it-parallel-v3.0.5...it-parallel-v3.0.6) (2023-11-15) diff --git a/packages/it-parallel/package.json b/packages/it-parallel/package.json index 8e429f4e..f458b35c 100644 --- a/packages/it-parallel/package.json +++ b/packages/it-parallel/package.json @@ -1,6 +1,6 @@ { "name": "it-parallel", - "version": "3.0.6", + "version": "3.0.7", "description": "Process incoming async(iterable) functions in parallel", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",