Skip to content

Commit 94e2199

Browse files
chore(release): 3.0.0 [skip ci]
## [it-reduce-v3.0.0](it-reduce-v2.0.1...it-reduce-v3.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))
1 parent 954ad2b commit 94e2199

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/it-reduce/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [it-reduce-v3.0.0](https://github.com/achingbrain/it/compare/it-reduce-v2.0.1...it-reduce-v3.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+
117
## [it-reduce-v2.0.1](https://github.com/achingbrain/it/compare/it-reduce-v2.0.0...it-reduce-v2.0.1) (2023-03-02)
218

319

packages/it-reduce/package.json

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

0 commit comments

Comments
 (0)