From c22dfcf4d555f1286f437282875fe5feb345528e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Mar 2023 17:04:19 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [it-foreach-v2.0.0](https://github.com/achingbrain/it/compare/it-foreach-v1.0.1...it-foreach-v2.0.0) (2023-03-30) ### ⚠ BREAKING CHANGES * if you pass a synchronous iterator to a function it will return a synchronous generator in response ### Bug Fixes * return iterators from synchronous sources ([#55](https://github.com/achingbrain/it/issues/55)) ([b6d8422](https://github.com/achingbrain/it/commit/b6d84222eb8e6d8c8956810d0e2ec1f065909742)) ### 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 ([5f72696](https://github.com/achingbrain/it/commit/5f726968d434a28df6a4864b0314e8c49cab08dd)) * update sibling dependencies ([8b60209](https://github.com/achingbrain/it/commit/8b60209d429e282f8d5e5218ee2019ae7153585b)) --- packages/it-foreach/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/it-foreach/package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/packages/it-foreach/CHANGELOG.md b/packages/it-foreach/CHANGELOG.md index 502baf2f..4e2c570e 100644 --- a/packages/it-foreach/CHANGELOG.md +++ b/packages/it-foreach/CHANGELOG.md @@ -1,3 +1,25 @@ +## [it-foreach-v2.0.0](https://github.com/achingbrain/it/compare/it-foreach-v1.0.1...it-foreach-v2.0.0) (2023-03-30) + + +### ⚠ BREAKING CHANGES + +* if you pass a synchronous iterator to a function it will return a synchronous generator in response + +### Bug Fixes + +* return iterators from synchronous sources ([#55](https://github.com/achingbrain/it/issues/55)) ([b6d8422](https://github.com/achingbrain/it/commit/b6d84222eb8e6d8c8956810d0e2ec1f065909742)) + + +### 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 ([5f72696](https://github.com/achingbrain/it/commit/5f726968d434a28df6a4864b0314e8c49cab08dd)) +* update sibling dependencies ([8b60209](https://github.com/achingbrain/it/commit/8b60209d429e282f8d5e5218ee2019ae7153585b)) + ## [it-foreach-v1.0.1](https://github.com/achingbrain/it/compare/it-foreach-v1.0.0...it-foreach-v1.0.1) (2023-03-02) diff --git a/packages/it-foreach/package.json b/packages/it-foreach/package.json index e6566b7e..0737399e 100644 --- a/packages/it-foreach/package.json +++ b/packages/it-foreach/package.json @@ -1,6 +1,6 @@ { "name": "it-foreach", - "version": "1.0.1", + "version": "2.0.0", "description": "Invokes the passed function for each item in an iterable", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",