From b0189b24eb1d508e475b71b0ce1cc3713844b205 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 12 Oct 2022 11:27:51 +0000 Subject: [PATCH] chore(release): 4.0.1 [skip ci] ## [4.0.1](https://github.com/achingbrain/uint8arrays/compare/v4.0.0...v4.0.1) (2022-10-12) ### Bug Fixes * export SupportedEncodings from to-string and from-string ([#40](https://github.com/achingbrain/uint8arrays/issues/40)) ([d3f1412](https://github.com/achingbrain/uint8arrays/commit/d3f1412443fb6832deccfe6f341dc482f6a781b2)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8db1e08..9ef18bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.1](https://github.com/achingbrain/uint8arrays/compare/v4.0.0...v4.0.1) (2022-10-12) + + +### Bug Fixes + +* export SupportedEncodings from to-string and from-string ([#40](https://github.com/achingbrain/uint8arrays/issues/40)) ([d3f1412](https://github.com/achingbrain/uint8arrays/commit/d3f1412443fb6832deccfe6f341dc482f6a781b2)) + ## [4.0.0](https://github.com/achingbrain/uint8arrays/compare/v3.1.1...v4.0.0) (2022-10-12) diff --git a/package.json b/package.json index 63b5df4..1487eb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uint8arrays", - "version": "4.0.0", + "version": "4.0.1", "description": "Utility functions to make dealing with Uint8Arrays easier", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",