From b7caa4c9fc9d73f9b816c418ee8591fa48718c42 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 Oct 2022 08:29:50 +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-last-v2.0.0](https://github.com/achingbrain/it/compare/it-last-v1.0.6...it-last-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-last/CHANGELOG.md | 10 ++++++++++ packages/it-last/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 packages/it-last/CHANGELOG.md diff --git a/packages/it-last/CHANGELOG.md b/packages/it-last/CHANGELOG.md new file mode 100644 index 00000000..59675b8a --- /dev/null +++ b/packages/it-last/CHANGELOG.md @@ -0,0 +1,10 @@ +## [it-last-v2.0.0](https://github.com/achingbrain/it/compare/it-last-v1.0.6...it-last-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-last/package.json b/packages/it-last/package.json index cc9f0090..a4f4079e 100644 --- a/packages/it-last/package.json +++ b/packages/it-last/package.json @@ -1,6 +1,6 @@ { "name": "it-last", - "version": "1.0.6", + "version": "2.0.0", "description": "Returns the last result from an async iterator", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",