Skip to content

Commit

Permalink
chore(release): 1.0.11 [skip ci]
Browse files Browse the repository at this point in the history
## [it-byte-stream-v1.0.11](it-byte-stream-1.0.10...it-byte-stream-1.0.11) (2024-05-30)

### Bug Fixes

* unhanded promise rejection in it-byte-stream ([#130](#130)) ([23bc557](23bc557))

### Trivial Changes

* update to the latest aegir release ([#131](#131)) ([a20e5b5](a20e5b5))
  • Loading branch information
semantic-release-bot committed May 30, 2024
1 parent 8dbfba6 commit 96ed392
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/it-byte-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [it-byte-stream-v1.0.11](https://github.com/achingbrain/it/compare/it-byte-stream-1.0.10...it-byte-stream-1.0.11) (2024-05-30)


### Bug Fixes

* unhanded promise rejection in it-byte-stream ([#130](https://github.com/achingbrain/it/issues/130)) ([23bc557](https://github.com/achingbrain/it/commit/23bc557e41904d69c6a8e403854e134768d681f9))


### Trivial Changes

* update to the latest aegir release ([#131](https://github.com/achingbrain/it/issues/131)) ([a20e5b5](https://github.com/achingbrain/it/commit/a20e5b54142fd5c7db19d360f5456a8c2747cc3e))

## it-byte-stream [1.0.10](https://github.com/achingbrain/it/compare/it-byte-stream-1.0.9...it-byte-stream-1.0.10) (2024-04-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/it-byte-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "it-byte-stream",
"version": "1.0.10",
"version": "1.0.11",
"description": "Read and write arbitrary bytes over a duplex stream",
"author": "Alex Potsides <[email protected]>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 96ed392

Please sign in to comment.