diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c7f0e3..a21b062 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [2.0.1](https://github.com/alanshaw/it-pair/compare/v2.0.0...v2.0.1) (2022-01-12) + + +### Trivial Changes + +* update readme examples ([#6](https://github.com/alanshaw/it-pair/issues/6)) ([cb775d6](https://github.com/alanshaw/it-pair/commit/cb775d6f4318d1bdb6fa596224deaecf8b10be2d)) + ## [2.0.0](https://github.com/alanshaw/it-pair/compare/v1.0.0...v2.0.0) (2022-01-12) diff --git a/package.json b/package.json index a2bcb01..d688366 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "it-pair", "description": "pair a source async iterable stream and a sink async iterable stream", - "version": "2.0.0", + "version": "2.0.1", "homepage": "https://github.com/alanshaw/it-pair", "repository": { "type": "git",