Skip to content

Commit 5336111

Browse files
chore(release): 3.0.1 [skip ci]
## [it-last-v3.0.1](it-last-v3.0.0...it-last-v3.0.1) (2023-03-31) ### Bug Fixes * allow Iterable | AsyncIterable union input ([#59](#59)) ([80ec2ac](80ec2ac))
1 parent 7aa56a8 commit 5336111

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/it-last/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [it-last-v3.0.1](https://github.com/achingbrain/it/compare/it-last-v3.0.0...it-last-v3.0.1) (2023-03-31)
2+
3+
4+
### Bug Fixes
5+
6+
* allow Iterable | AsyncIterable union input ([#59](https://github.com/achingbrain/it/issues/59)) ([80ec2ac](https://github.com/achingbrain/it/commit/80ec2ace4f64b6291b39cb51bc5ebe2cedba7152))
7+
18
## [it-last-v3.0.0](https://github.com/achingbrain/it/compare/it-last-v2.0.1...it-last-v3.0.0) (2023-03-30)
29

310

packages/it-last/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "it-last",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Returns the last result from an async iterator",
55
"author": "Alex Potsides <[email protected]>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)