From 51a53e12770fa3fca67141a2ed7744682d1b1912 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Mar 2023 19:29:01 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [it-first-v3.0.0](https://github.com/achingbrain/it/compare/it-first-v2.0.1...it-first-v3.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)) --- packages/it-first/CHANGELOG.md | 16 ++++++++++++++++ packages/it-first/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/it-first/CHANGELOG.md b/packages/it-first/CHANGELOG.md index 2277c468..065aed05 100644 --- a/packages/it-first/CHANGELOG.md +++ b/packages/it-first/CHANGELOG.md @@ -1,3 +1,19 @@ +## [it-first-v3.0.0](https://github.com/achingbrain/it/compare/it-first-v2.0.1...it-first-v3.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)) + ## [it-first-v2.0.1](https://github.com/achingbrain/it/compare/it-first-v2.0.0...it-first-v2.0.1) (2023-03-02) diff --git a/packages/it-first/package.json b/packages/it-first/package.json index 079b11c9..0d0d824a 100644 --- a/packages/it-first/package.json +++ b/packages/it-first/package.json @@ -1,6 +1,6 @@ { "name": "it-first", - "version": "2.0.1", + "version": "3.0.0", "description": "Returns the first result from an async iterator", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",