From 3706db691824e0d3e82f6966758aeb688e0d02d8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 Nov 2023 18:18:44 +0000 Subject: [PATCH] chore(release): 4.0.8 [skip ci] ## [4.0.8](https://github.com/achingbrain/uint8arrays/compare/v4.0.7...v4.0.8) (2023-11-24) ### Dependencies * **dev:** bump aegir from 40.0.13 to 41.1.9 ([#72](https://github.com/achingbrain/uint8arrays/issues/72)) ([2a9a0bf](https://github.com/achingbrain/uint8arrays/commit/2a9a0bfa097ccfc37f97bdd520f0729a1f7861b7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba3b383..bce3960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.8](https://github.com/achingbrain/uint8arrays/compare/v4.0.7...v4.0.8) (2023-11-24) + + +### Dependencies + +* **dev:** bump aegir from 40.0.13 to 41.1.9 ([#72](https://github.com/achingbrain/uint8arrays/issues/72)) ([2a9a0bf](https://github.com/achingbrain/uint8arrays/commit/2a9a0bfa097ccfc37f97bdd520f0729a1f7861b7)) + ## [4.0.7](https://github.com/achingbrain/uint8arrays/compare/v4.0.6...v4.0.7) (2023-11-24) diff --git a/package.json b/package.json index f4f0227..0d1382f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uint8arrays", - "version": "4.0.7", + "version": "4.0.8", "description": "Utility functions to make dealing with Uint8Arrays easier", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",