From a6c4bfbb19df893103ebd4f566e71151e718627e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 Dec 2023 07:49:31 +0000 Subject: [PATCH] chore(release): 5.0.1 [skip ci] ## [5.0.1](https://github.com/achingbrain/uint8arrays/compare/v5.0.0...v5.0.1) (2023-12-28) ### Dependencies * bump multiformats from 12.1.3 to 13.0.0 ([#77](https://github.com/achingbrain/uint8arrays/issues/77)) ([ca9ca44](https://github.com/achingbrain/uint8arrays/commit/ca9ca44b4db0a67e668eaaea01a13213dbe64395)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d57719b..bd12fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.1](https://github.com/achingbrain/uint8arrays/compare/v5.0.0...v5.0.1) (2023-12-28) + + +### Dependencies + +* bump multiformats from 12.1.3 to 13.0.0 ([#77](https://github.com/achingbrain/uint8arrays/issues/77)) ([ca9ca44](https://github.com/achingbrain/uint8arrays/commit/ca9ca44b4db0a67e668eaaea01a13213dbe64395)) + ## [5.0.0](https://github.com/achingbrain/uint8arrays/compare/v4.0.10...v5.0.0) (2023-12-07) diff --git a/package.json b/package.json index 7456132..05f79d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uint8arrays", - "version": "5.0.0", + "version": "5.0.1", "description": "Utility functions to make dealing with Uint8Arrays easier", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",