Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.0](v4.0.10...v5.0.0) (2023-12-07)

### ⚠ BREAKING CHANGES

* concat now expects an array of Uint8Arrays

### Features

* use buffer.concat in node ([#76](#76)) ([ea51546](ea51546)), closes [#73](#73)
  • Loading branch information
semantic-release-bot committed Dec 7, 2023
1 parent ea51546 commit 13b4099
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [5.0.0](https://github.com/achingbrain/uint8arrays/compare/v4.0.10...v5.0.0) (2023-12-07)


### ⚠ BREAKING CHANGES

* concat now expects an array of Uint8Arrays

### Features

* use buffer.concat in node ([#76](https://github.com/achingbrain/uint8arrays/issues/76)) ([ea51546](https://github.com/achingbrain/uint8arrays/commit/ea51546fe514993ee6e9ed13563f44008a5286ad)), closes [#73](https://github.com/achingbrain/uint8arrays/issues/73)

## [4.0.10](https://github.com/achingbrain/uint8arrays/compare/v4.0.9...v4.0.10) (2023-12-07)


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": "uint8arrays",
"version": "4.0.10",
"version": "5.0.0",
"description": "Utility functions to make dealing with Uint8Arrays easier",
"author": "Alex Potsides <[email protected]>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 13b4099

Please sign in to comment.