From b0c358cb48f7cbc7b08b0eaf0bfb09fabea0a6e1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 Apr 2024 16:55:51 +0000 Subject: [PATCH] chore(release): 2.0.7 [skip ci] ## it-foreach [2.0.7](https://github.com/achingbrain/it/compare/it-foreach-v2.0.6...it-foreach-2.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-peekable:** upgraded to 3.0.4 * **it-all:** upgraded to 3.0.5 --- packages/it-foreach/CHANGELOG.md | 19 +++++++++++++++++++ packages/it-foreach/package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/packages/it-foreach/CHANGELOG.md b/packages/it-foreach/CHANGELOG.md index 0d912613..810b06c7 100644 --- a/packages/it-foreach/CHANGELOG.md +++ b/packages/it-foreach/CHANGELOG.md @@ -1,3 +1,22 @@ +## it-foreach [2.0.7](https://github.com/achingbrain/it/compare/it-foreach-v2.0.6...it-foreach-2.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-peekable:** upgraded to 3.0.4 +* **it-all:** upgraded to 3.0.5 + ## [it-foreach-v2.0.6](https://github.com/achingbrain/it/compare/it-foreach-v2.0.5...it-foreach-v2.0.6) (2023-11-15) diff --git a/packages/it-foreach/package.json b/packages/it-foreach/package.json index f9edc0c5..505722d0 100644 --- a/packages/it-foreach/package.json +++ b/packages/it-foreach/package.json @@ -1,6 +1,6 @@ { "name": "it-foreach", - "version": "2.0.6", + "version": "2.0.7", "description": "Invokes the passed function for each item in an iterable", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",