From 8350da589a9efc619dcb103bcb6444b825f2ec9d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Apr 2023 06:52:34 +0000 Subject: [PATCH] chore(release): 2.0.6 [skip ci] ## [2.0.6](https://github.com/alanshaw/it-pair/compare/v2.0.5...v2.0.6) (2023-04-18) ### Dependencies * bump it-stream-types from 1.0.5 to 2.0.1 ([#55](https://github.com/alanshaw/it-pair/issues/55)) ([818f1e4](https://github.com/alanshaw/it-pair/commit/818f1e4d04be6c8db8c153ff768959d8d8a5f589)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46570c9..c1282d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.6](https://github.com/alanshaw/it-pair/compare/v2.0.5...v2.0.6) (2023-04-18) + + +### Dependencies + +* bump it-stream-types from 1.0.5 to 2.0.1 ([#55](https://github.com/alanshaw/it-pair/issues/55)) ([818f1e4](https://github.com/alanshaw/it-pair/commit/818f1e4d04be6c8db8c153ff768959d8d8a5f589)) + ## [2.0.5](https://github.com/alanshaw/it-pair/compare/v2.0.4...v2.0.5) (2023-04-17) diff --git a/package.json b/package.json index e9eed84..32e23a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "it-pair", - "version": "2.0.5", + "version": "2.0.6", "description": "pair a source async iterable stream and a sink async iterable stream", "author": "Alan Shaw", "license": "Apache-2.0 OR MIT",