Skip to content

Commit 0033bfd

Browse files
chore(release): 3.0.0 [skip ci]
## [it-filter-v3.0.0](it-filter-v2.0.2...it-filter-v3.0.0) (2023-03-31) ### ⚠ BREAKING CHANGES * if you pass a synchronous iterator and a synchronous filter function it will return a synchronous generator in response ### Bug Fixes * return iterators from synchronous sources ([#58](#58)) ([cdd84b4](cdd84b4)), closes [#55](#55)
1 parent cdd84b4 commit 0033bfd

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/it-filter/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [it-filter-v3.0.0](https://github.com/achingbrain/it/compare/it-filter-v2.0.2...it-filter-v3.0.0) (2023-03-31)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* if you pass a synchronous iterator and a synchronous filter function it will return a synchronous generator in response
7+
8+
### Bug Fixes
9+
10+
* return iterators from synchronous sources ([#58](https://github.com/achingbrain/it/issues/58)) ([cdd84b4](https://github.com/achingbrain/it/commit/cdd84b4fd6ad746a2c11ecfbe176b628a541b619)), closes [#55](https://github.com/achingbrain/it/issues/55)
11+
112
## [it-filter-v2.0.2](https://github.com/achingbrain/it/compare/it-filter-v2.0.1...it-filter-v2.0.2) (2023-03-30)
213

314

packages/it-filter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "it-filter",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "Filters the passed iterable by using the filter function",
55
"author": "Alex Potsides <[email protected]>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)