From 6d3cfef62708c26de94dc3f69c506a84c724bec5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 Oct 2022 08:29:20 +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-first-v2.0.0](https://github.com/achingbrain/it/compare/it-first-v1.0.7...it-first-v2.0.0) (2022-10-17) ### ⚠ BREAKING CHANGES * all modules are now published as ESM-only ### Features * convert to typescript ([#28](https://github.com/achingbrain/it/issues/28)) ([f8a38bf](https://github.com/achingbrain/it/commit/f8a38bfb1b902e8101f1077eb33c3cea49819464)) --- packages/it-first/CHANGELOG.md | 10 ++++++++++ packages/it-first/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 packages/it-first/CHANGELOG.md diff --git a/packages/it-first/CHANGELOG.md b/packages/it-first/CHANGELOG.md new file mode 100644 index 00000000..94686448 --- /dev/null +++ b/packages/it-first/CHANGELOG.md @@ -0,0 +1,10 @@ +## [it-first-v2.0.0](https://github.com/achingbrain/it/compare/it-first-v1.0.7...it-first-v2.0.0) (2022-10-17) + + +### ⚠ BREAKING CHANGES + +* all modules are now published as ESM-only + +### Features + +* convert to typescript ([#28](https://github.com/achingbrain/it/issues/28)) ([f8a38bf](https://github.com/achingbrain/it/commit/f8a38bfb1b902e8101f1077eb33c3cea49819464)) diff --git a/packages/it-first/package.json b/packages/it-first/package.json index eada4313..12ebe928 100644 --- a/packages/it-first/package.json +++ b/packages/it-first/package.json @@ -1,6 +1,6 @@ { "name": "it-first", - "version": "1.0.7", + "version": "2.0.0", "description": "Returns the first result from an async iterator", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",