Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [it-drain-v3.0.0](it-drain-v2.0.1...it-drain-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))
  • Loading branch information
semantic-release-bot committed Mar 30, 2023
1 parent ce2b239 commit bf25a38
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/it-drain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [it-drain-v3.0.0](https://github.com/achingbrain/it/compare/it-drain-v2.0.1...it-drain-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](https://github.com/achingbrain/it/issues/55)) ([b6d8422](https://github.com/achingbrain/it/commit/b6d84222eb8e6d8c8956810d0e2ec1f065909742))


### Trivial Changes

* update project config, fix broken badges ([#53](https://github.com/achingbrain/it/issues/53)) ([e56c6ae](https://github.com/achingbrain/it/commit/e56c6ae9a0a766b5eab77040e92b2e034ce52d2e))

## [it-drain-v2.0.1](https://github.com/achingbrain/it/compare/it-drain-v2.0.0...it-drain-v2.0.1) (2023-03-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/it-drain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "it-drain",
"version": "2.0.1",
"version": "3.0.0",
"description": "Empties an async iterator",
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit bf25a38

Please sign in to comment.