Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [it-sort-v3.0.1](it-sort-v3.0.0...it-sort-v3.0.1) (2023-03-31)

### Bug Fixes

* allow Iterable | AsyncIterable union input ([#59](#59)) ([80ec2ac](80ec2ac))
  • Loading branch information
semantic-release-bot committed Mar 31, 2023
1 parent 7db6b80 commit ffbc181
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/it-sort/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/it-sort/package.json
Original file line number Diff line number Diff line change
@@ -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 <alex@achingbrain.net>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit ffbc181

Please sign in to comment.