Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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)
  • Loading branch information
semantic-release-bot committed Mar 31, 2023
1 parent cdd84b4 commit 0033bfd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/it-filter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [it-filter-v3.0.0](https://github.com/achingbrain/it/compare/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](https://github.com/achingbrain/it/issues/58)) ([cdd84b4](https://github.com/achingbrain/it/commit/cdd84b4fd6ad746a2c11ecfbe176b628a541b619)), closes [#55](https://github.com/achingbrain/it/issues/55)

## [it-filter-v2.0.2](https://github.com/achingbrain/it/compare/it-filter-v2.0.1...it-filter-v2.0.2) (2023-03-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/it-filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "it-filter",
"version": "2.0.2",
"version": "3.0.0",
"description": "Filters the passed iterable by using the filter function",
"author": "Alex Potsides <[email protected]>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 0033bfd

Please sign in to comment.