From 6d50f418b18186719a4e3b2e2f4b68e215e53231 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 31 Mar 2023 10:46:31 +0000 Subject: [PATCH] chore(release): 2.0.1 [skip ci] ## [it-foreach-v2.0.1](https://github.com/achingbrain/it/compare/it-foreach-v2.0.0...it-foreach-v2.0.1) (2023-03-31) ### Bug Fixes * allow Iterable | AsyncIterable union input ([#59](https://github.com/achingbrain/it/issues/59)) ([80ec2ac](https://github.com/achingbrain/it/commit/80ec2ace4f64b6291b39cb51bc5ebe2cedba7152)) --- packages/it-foreach/CHANGELOG.md | 7 +++++++ packages/it-foreach/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/it-foreach/CHANGELOG.md b/packages/it-foreach/CHANGELOG.md index 4e2c570e..18b12d8a 100644 --- a/packages/it-foreach/CHANGELOG.md +++ b/packages/it-foreach/CHANGELOG.md @@ -1,3 +1,10 @@ +## [it-foreach-v2.0.1](https://github.com/achingbrain/it/compare/it-foreach-v2.0.0...it-foreach-v2.0.1) (2023-03-31) + + +### Bug Fixes + +* allow Iterable | AsyncIterable union input ([#59](https://github.com/achingbrain/it/issues/59)) ([80ec2ac](https://github.com/achingbrain/it/commit/80ec2ace4f64b6291b39cb51bc5ebe2cedba7152)) + ## [it-foreach-v2.0.0](https://github.com/achingbrain/it/compare/it-foreach-v1.0.1...it-foreach-v2.0.0) (2023-03-30) diff --git a/packages/it-foreach/package.json b/packages/it-foreach/package.json index 0737399e..5f8654e7 100644 --- a/packages/it-foreach/package.json +++ b/packages/it-foreach/package.json @@ -1,6 +1,6 @@ { "name": "it-foreach", - "version": "2.0.0", + "version": "2.0.1", "description": "Invokes the passed function for each item in an iterable", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",