Skip to content

Commit 13b4099

Browse files
chore(release): 5.0.0 [skip ci]
## [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)
1 parent ea51546 commit 13b4099

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [5.0.0](https://github.com/achingbrain/uint8arrays/compare/v4.0.10...v5.0.0) (2023-12-07)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* concat now expects an array of Uint8Arrays
7+
8+
### Features
9+
10+
* 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)
11+
112
## [4.0.10](https://github.com/achingbrain/uint8arrays/compare/v4.0.9...v4.0.10) (2023-12-07)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uint8arrays",
3-
"version": "4.0.10",
3+
"version": "5.0.0",
44
"description": "Utility functions to make dealing with Uint8Arrays easier",
55
"author": "Alex Potsides <[email protected]>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)