From 5d0772c16b27897854b045d7198b1859dcfb4009 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Apr 2023 10:49:33 +0000 Subject: [PATCH] chore(release): 2.0.1 [skip ci] ## [2.0.1](https://github.com/achingbrain/it-stream-types/compare/v2.0.0...v2.0.1) (2023-04-04) ### Bug Fixes * default sink return type to unknown ([#46](https://github.com/achingbrain/it-stream-types/issues/46)) ([f4b7fc7](https://github.com/achingbrain/it-stream-types/commit/f4b7fc78f7a15c44c74ddfe4ae19ca23d81a02ff)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa5730b..66147f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.1](https://github.com/achingbrain/it-stream-types/compare/v2.0.0...v2.0.1) (2023-04-04) + + +### Bug Fixes + +* default sink return type to unknown ([#46](https://github.com/achingbrain/it-stream-types/issues/46)) ([f4b7fc7](https://github.com/achingbrain/it-stream-types/commit/f4b7fc78f7a15c44c74ddfe4ae19ca23d81a02ff)) + ## [2.0.0](https://github.com/achingbrain/it-stream-types/compare/v1.0.5...v2.0.0) (2023-04-04) diff --git a/package.json b/package.json index 2a0e94a..0a67b4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "it-stream-types", - "version": "2.0.0", + "version": "2.0.1", "description": "Typescript types for AsyncIterable sink/source/duplex streams", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",