Skip to content

Commit 8024028

Browse files
chore(release): 4.0.9 [skip ci]
## [4.0.9](v4.0.8...v4.0.9) (2023-11-24) ### Bug Fixes * use Buffer.concat on node as it is faster ([#73](#73)) ([8d6c24b](8d6c24b))
1 parent 8d6c24b commit 8024028

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.9](https://github.com/achingbrain/uint8arrays/compare/v4.0.8...v4.0.9) (2023-11-24)
2+
3+
4+
### Bug Fixes
5+
6+
* use Buffer.concat on node as it is faster ([#73](https://github.com/achingbrain/uint8arrays/issues/73)) ([8d6c24b](https://github.com/achingbrain/uint8arrays/commit/8d6c24b5cf7162604bd1ddd08d97a5597322fb13))
7+
18
## [4.0.8](https://github.com/achingbrain/uint8arrays/compare/v4.0.7...v4.0.8) (2023-11-24)
29

310

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.8",
3+
"version": "4.0.9",
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)