We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e31a5 commit 7aa56a8Copy full SHA for 7aa56a8
packages/it-drain/CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [it-drain-v3.0.1](https://github.com/achingbrain/it/compare/it-drain-v3.0.0...it-drain-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
8
## [it-drain-v3.0.0](https://github.com/achingbrain/it/compare/it-drain-v2.0.1...it-drain-v3.0.0) (2023-03-30)
9
10
packages/it-drain/package.json
@@ -1,6 +1,6 @@
{
"name": "it-drain",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "Empties an async iterator",
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "Apache-2.0 OR MIT",
0 commit comments