From b4c46826eda56beafdd488bfa10731e19542ba54 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Aug 2022 10:27:44 +0000 Subject: [PATCH] chore(release): 2.0.3 [skip ci] ## [2.0.3](https://github.com/alanshaw/it-pair/compare/v2.0.2...v2.0.3) (2022-08-10) ### Bug Fixes * use jsdoc comments ([#8](https://github.com/alanshaw/it-pair/issues/8)) ([265b5c8](https://github.com/alanshaw/it-pair/commit/265b5c8d95e8820cc751cbdb652fd59c2224170b)) ### Trivial Changes * update project config ([#32](https://github.com/alanshaw/it-pair/issues/32)) ([bc5ffd2](https://github.com/alanshaw/it-pair/commit/bc5ffd20c0f57a733e404f65840c77edf3666a0b)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0545c2e..12b2ced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [2.0.3](https://github.com/alanshaw/it-pair/compare/v2.0.2...v2.0.3) (2022-08-10) + + +### Bug Fixes + +* use jsdoc comments ([#8](https://github.com/alanshaw/it-pair/issues/8)) ([265b5c8](https://github.com/alanshaw/it-pair/commit/265b5c8d95e8820cc751cbdb652fd59c2224170b)) + + +### Trivial Changes + +* update project config ([#32](https://github.com/alanshaw/it-pair/issues/32)) ([bc5ffd2](https://github.com/alanshaw/it-pair/commit/bc5ffd20c0f57a733e404f65840c77edf3666a0b)) + ### [2.0.2](https://github.com/alanshaw/it-pair/compare/v2.0.1...v2.0.2) (2022-01-13) diff --git a/package.json b/package.json index 2faf6c6..635cc63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "it-pair", - "version": "2.0.2", + "version": "2.0.3", "description": "pair a source async iterable stream and a sink async iterable stream", "author": "Alan Shaw", "license": "Apache-2.0 OR MIT",