Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [8.0.0](v7.0.1...v8.0.0) (2022-07-28)

### ⚠ BREAKING CHANGES

* Uint8Arrays are now yielded instead of Uint8Arrays

### Features

* output Uint8ArrayLists ([#45](#45)) ([cbe33da](cbe33da))

### Dependencies

* **dev:** update aegir and it-pushable ([#44](#44)) ([a67205e](a67205e))
  • Loading branch information
semantic-release-bot committed Jul 28, 2022
1 parent cbe33da commit 257e8d5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [8.0.0](https://github.com/alanshaw/it-length-prefixed/compare/v7.0.1...v8.0.0) (2022-07-28)


### ⚠ BREAKING CHANGES

* Uint8Arrays are now yielded instead of Uint8Arrays

### Features

* output Uint8ArrayLists ([#45](https://github.com/alanshaw/it-length-prefixed/issues/45)) ([cbe33da](https://github.com/alanshaw/it-length-prefixed/commit/cbe33dadb1ad62a20dbc11180d596701565e531e))


### Dependencies

* **dev:** update aegir and it-pushable ([#44](https://github.com/alanshaw/it-length-prefixed/issues/44)) ([a67205e](https://github.com/alanshaw/it-length-prefixed/commit/a67205e4840d04263f39966717111e0c12baf723))

### [7.0.1](https://github.com/alanshaw/it-length-prefixed/compare/v7.0.0...v7.0.1) (2022-03-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "it-length-prefixed",
"version": "7.0.1",
"version": "8.0.0",
"description": "Streaming length prefixed buffers with async iterables",
"author": "Alan Shaw",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 257e8d5

Please sign in to comment.