From 13b4099b6b84a14dc439868425b7e6bcbab2142c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Dec 2023 08:48:32 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe6e47..d57719b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 2f24352..408bdcb 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "Apache-2.0 OR MIT",