Skip to content

Commit

Permalink
chore(release): 2.0.8 [skip ci]
Browse files Browse the repository at this point in the history
## it-to-browser-readablestream [2.0.8](it-to-browser-readablestream-2.0.7...it-to-browser-readablestream-2.0.8) (2024-04-25)

### Bug Fixes

* accept iterable, convert to iterator internally ([#125](#125)) ([ad52a3d](ad52a3d)), closes [#123](#123)

### Trivial Changes

* update changelogs to new format ([33e243d](33e243d))
  • Loading branch information
semantic-release-bot committed Apr 25, 2024
1 parent ad52a3d commit f6f7040
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/it-to-browser-readablestream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## it-to-browser-readablestream [2.0.8](https://github.com/achingbrain/it/compare/it-to-browser-readablestream-2.0.7...it-to-browser-readablestream-2.0.8) (2024-04-25)


### Bug Fixes

* accept iterable, convert to iterator internally ([#125](https://github.com/achingbrain/it/issues/125)) ([ad52a3d](https://github.com/achingbrain/it/commit/ad52a3d655dac6686f06e5b811caae9e0fab239b)), closes [#123](https://github.com/achingbrain/it/issues/123)


### Trivial Changes

* update changelogs to new format ([33e243d](https://github.com/achingbrain/it/commit/33e243d6ce096de7fea1d9caf137175d2043ff31))

## it-to-browser-readablestream [2.0.7](https://github.com/achingbrain/it/compare/it-to-browser-readablestream-v2.0.6...it-to-browser-readablestream-2.0.7) (2024-04-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/it-to-browser-readablestream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "it-to-browser-readablestream",
"version": "2.0.7",
"version": "2.0.8",
"description": "Takes an async iterator and turns it into a browser readable stream",
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit f6f7040

Please sign in to comment.