diff --git a/packages/it-sort/CHANGELOG.md b/packages/it-sort/CHANGELOG.md index 432b27f1..7daf0078 100644 --- a/packages/it-sort/CHANGELOG.md +++ b/packages/it-sort/CHANGELOG.md @@ -1,3 +1,10 @@ +## [it-sort-v3.0.1](https://github.com/achingbrain/it/compare/it-sort-v3.0.0...it-sort-v3.0.1) (2023-03-31) + + +### Bug Fixes + +* allow Iterable | AsyncIterable union input ([#59](https://github.com/achingbrain/it/issues/59)) ([80ec2ac](https://github.com/achingbrain/it/commit/80ec2ace4f64b6291b39cb51bc5ebe2cedba7152)) + ## [it-sort-v3.0.0](https://github.com/achingbrain/it/compare/it-sort-v2.0.1...it-sort-v3.0.0) (2023-03-30) diff --git a/packages/it-sort/package.json b/packages/it-sort/package.json index 7b07dd91..38395c16 100644 --- a/packages/it-sort/package.json +++ b/packages/it-sort/package.json @@ -1,6 +1,6 @@ { "name": "it-sort", - "version": "3.0.0", + "version": "3.0.1", "description": "Collects all values from an async iterator, sorts them using the passed function and yields them", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",