From 5123219bb43f4dbbba31e55ea91de553c3b43b14 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Dec 2023 07:41:39 +0000 Subject: [PATCH] chore(release): 4.0.10 [skip ci] ## [4.0.10](https://github.com/achingbrain/uint8arrays/compare/v4.0.9...v4.0.10) (2023-12-07) ### Bug Fixes * revert use of buffer.concat on node.js ([#75](https://github.com/achingbrain/uint8arrays/issues/75)) ([bf6d760](https://github.com/achingbrain/uint8arrays/commit/bf6d7603b88be240dff95da2694d06a2f6392186)) ### Trivial Changes * rename master to main ([3d5f87d](https://github.com/achingbrain/uint8arrays/commit/3d5f87dcef8abe0b7d85fb0eb7d1eedc989bb08d)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc0b7a0..8fe6e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [4.0.10](https://github.com/achingbrain/uint8arrays/compare/v4.0.9...v4.0.10) (2023-12-07) + + +### Bug Fixes + +* revert use of buffer.concat on node.js ([#75](https://github.com/achingbrain/uint8arrays/issues/75)) ([bf6d760](https://github.com/achingbrain/uint8arrays/commit/bf6d7603b88be240dff95da2694d06a2f6392186)) + + +### Trivial Changes + +* rename master to main ([3d5f87d](https://github.com/achingbrain/uint8arrays/commit/3d5f87dcef8abe0b7d85fb0eb7d1eedc989bb08d)) + ## [4.0.9](https://github.com/achingbrain/uint8arrays/compare/v4.0.8...v4.0.9) (2023-11-24) diff --git a/package.json b/package.json index ee11c33..b75a184 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uint8arrays", - "version": "4.0.9", + "version": "4.0.10", "description": "Utility functions to make dealing with Uint8Arrays easier", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",