From ebfc101cbec1f31c7254b5eb31ccbb23ffcaa3cb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Mar 2023 15:28:35 +0000 Subject: [PATCH] chore(release): 2.0.1 [skip ci] ## [it-last-v2.0.1](https://github.com/achingbrain/it/compare/it-last-v2.0.0...it-last-v2.0.1) (2023-03-02) ### Dependencies * **dev:** bump aegir from 37.12.1 to 38.1.6 ([#45](https://github.com/achingbrain/it/issues/45)) ([2c8139e](https://github.com/achingbrain/it/commit/2c8139ef060efa72c386aa3863e6c575f6f199e5)) --- packages/it-last/CHANGELOG.md | 7 +++++++ packages/it-last/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/it-last/CHANGELOG.md b/packages/it-last/CHANGELOG.md index 59675b8a..655e8385 100644 --- a/packages/it-last/CHANGELOG.md +++ b/packages/it-last/CHANGELOG.md @@ -1,3 +1,10 @@ +## [it-last-v2.0.1](https://github.com/achingbrain/it/compare/it-last-v2.0.0...it-last-v2.0.1) (2023-03-02) + + +### Dependencies + +* **dev:** bump aegir from 37.12.1 to 38.1.6 ([#45](https://github.com/achingbrain/it/issues/45)) ([2c8139e](https://github.com/achingbrain/it/commit/2c8139ef060efa72c386aa3863e6c575f6f199e5)) + ## [it-last-v2.0.0](https://github.com/achingbrain/it/compare/it-last-v1.0.6...it-last-v2.0.0) (2022-10-17) diff --git a/packages/it-last/package.json b/packages/it-last/package.json index 06eefc73..950fb047 100644 --- a/packages/it-last/package.json +++ b/packages/it-last/package.json @@ -1,6 +1,6 @@ { "name": "it-last", - "version": "2.0.0", + "version": "2.0.1", "description": "Returns the last result from an async iterator", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",