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",