Skip to content

Commit 3e69797

Browse files
chore(release): 4.0.1 [skip ci]
## [it-to-buffer-v4.0.1](it-to-buffer-v4.0.0...it-to-buffer-v4.0.1) (2023-03-31) ### Bug Fixes * allow Iterable | AsyncIterable union input ([#59](#59)) ([80ec2ac](80ec2ac))
1 parent 08fe180 commit 3e69797

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/it-to-buffer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [it-to-buffer-v4.0.1](https://github.com/achingbrain/it/compare/it-to-buffer-v4.0.0...it-to-buffer-v4.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-to-buffer-v4.0.0](https://github.com/achingbrain/it/compare/it-to-buffer-v3.0.1...it-to-buffer-v4.0.0) (2023-03-30)
29

310

packages/it-to-buffer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "it-to-buffer",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Takes an async iterator that yields buffers and concatenates them all together",
55
"author": "Alex Potsides <alex@achingbrain.net>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)