From 8024028a1e1cb535ef6a9b0a666f007a7e746ee1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 Nov 2023 18:40:22 +0000 Subject: [PATCH] chore(release): 4.0.9 [skip ci] ## [4.0.9](https://github.com/achingbrain/uint8arrays/compare/v4.0.8...v4.0.9) (2023-11-24) ### Bug Fixes * 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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bce3960..fc0b7a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.9](https://github.com/achingbrain/uint8arrays/compare/v4.0.8...v4.0.9) (2023-11-24) + + +### Bug Fixes + +* 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)) + ## [4.0.8](https://github.com/achingbrain/uint8arrays/compare/v4.0.7...v4.0.8) (2023-11-24) diff --git a/package.json b/package.json index 0d1382f..ce1fe60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uint8arrays", - "version": "4.0.8", + "version": "4.0.9", "description": "Utility functions to make dealing with Uint8Arrays easier", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",