Skip to content

Commit 844038f

Browse files
chore(release): 2.0.0 [skip ci]
## [it-batched-bytes-v2.0.0](it-batched-bytes-v1.0.1...it-batched-bytes-v2.0.0) (2023-03-30) ### ⚠ BREAKING CHANGES * if you pass a synchronous iterator to a function it will return a synchronous generator in response ### Bug Fixes * return iterators from synchronous sources ([#55](#55)) ([b6d8422](b6d8422)) ### Trivial Changes * update project config, fix broken badges ([#53](#53)) ([e56c6ae](e56c6ae)) ### Dependencies * update sibling dependencies ([8b60209](8b60209))
1 parent 51a53e1 commit 844038f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

packages/it-batched-bytes/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [it-batched-bytes-v2.0.0](https://github.com/achingbrain/it/compare/it-batched-bytes-v1.0.1...it-batched-bytes-v2.0.0) (2023-03-30)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* if you pass a synchronous iterator to a function it will return a synchronous generator in response
7+
8+
### Bug Fixes
9+
10+
* return iterators from synchronous sources ([#55](https://github.com/achingbrain/it/issues/55)) ([b6d8422](https://github.com/achingbrain/it/commit/b6d84222eb8e6d8c8956810d0e2ec1f065909742))
11+
12+
13+
### Trivial Changes
14+
15+
* update project config, fix broken badges ([#53](https://github.com/achingbrain/it/issues/53)) ([e56c6ae](https://github.com/achingbrain/it/commit/e56c6ae9a0a766b5eab77040e92b2e034ce52d2e))
16+
17+
18+
### Dependencies
19+
20+
* update sibling dependencies ([8b60209](https://github.com/achingbrain/it/commit/8b60209d429e282f8d5e5218ee2019ae7153585b))
21+
122
## [it-batched-bytes-v1.0.1](https://github.com/achingbrain/it/compare/it-batched-bytes-v1.0.0...it-batched-bytes-v1.0.1) (2023-03-02)
223

324

packages/it-batched-bytes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "it-batched-bytes",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "Takes an async iterator that emits byte arrays and emits them as fixed size batches",
55
"author": "Alex Potsides <[email protected]>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)