diff --git a/CHANGELOG.md b/CHANGELOG.md index a21b062..0545c2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [2.0.2](https://github.com/alanshaw/it-pair/compare/v2.0.1...v2.0.2) (2022-01-13) + + +### Bug Fixes + +* update export name ([#7](https://github.com/alanshaw/it-pair/issues/7)) ([eddce54](https://github.com/alanshaw/it-pair/commit/eddce540df34ca7e133b312e53e6cec0386dfbf4)) + ### [2.0.1](https://github.com/alanshaw/it-pair/compare/v2.0.0...v2.0.1) (2022-01-12) diff --git a/package.json b/package.json index d688366..249f22d 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.1", + "version": "2.0.2", "homepage": "https://github.com/alanshaw/it-pair", "repository": { "type": "git",