From 02d13912836593274580218b0e5d359aa5510c94 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Apr 2023 10:02:55 +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 ## [2.0.0](https://github.com/achingbrain/it-stream-types/compare/v1.0.5...v2.0.0) (2023-04-04) ### ⚠ BREAKING CHANGES * the `TSource` and `TSink` generic arguments to the `Duplex` type now refer to the stream type and not the type of objects yielded by the stream ### Bug Fixes * be explicit about sync/async behaviour ([#45](https://github.com/achingbrain/it-stream-types/issues/45)) ([374296f](https://github.com/achingbrain/it-stream-types/commit/374296f61a40ecd9522ca558d205728df5817dde)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e4b4ff..aa5730b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [2.0.0](https://github.com/achingbrain/it-stream-types/compare/v1.0.5...v2.0.0) (2023-04-04) + + +### ⚠ BREAKING CHANGES + +* the `TSource` and `TSink` generic arguments to the `Duplex` type now refer to the stream type and not the type of objects yielded by the stream + +### Bug Fixes + +* be explicit about sync/async behaviour ([#45](https://github.com/achingbrain/it-stream-types/issues/45)) ([374296f](https://github.com/achingbrain/it-stream-types/commit/374296f61a40ecd9522ca558d205728df5817dde)) + ## [1.0.5](https://github.com/achingbrain/it-stream-types/compare/v1.0.4...v1.0.5) (2022-12-16) diff --git a/package.json b/package.json index 22d792d..2a0e94a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "it-stream-types", - "version": "1.0.5", + "version": "2.0.0", "description": "Typescript types for AsyncIterable sink/source/duplex streams", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",