From aca5684bd71d2e026741ec5358d0a94a34335e15 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Aug 2024 08:27:50 +0000 Subject: [PATCH] chore(release): 9.1.0 [skip ci] ## [9.1.0](https://github.com/alanshaw/it-length-prefixed/compare/v9.0.5...v9.1.0) (2024-08-08) ### Features * add custom errors and remove err-code ([#129](https://github.com/alanshaw/it-length-prefixed/issues/129)) ([7b845bd](https://github.com/alanshaw/it-length-prefixed/commit/7b845bd4f6dfc2eecfd57eb9e1e9290543de8ebf)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5665d..71b0df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [9.1.0](https://github.com/alanshaw/it-length-prefixed/compare/v9.0.5...v9.1.0) (2024-08-08) + +### Features + +* add custom errors and remove err-code ([#129](https://github.com/alanshaw/it-length-prefixed/issues/129)) ([7b845bd](https://github.com/alanshaw/it-length-prefixed/commit/7b845bd4f6dfc2eecfd57eb9e1e9290543de8ebf)) + ## [9.0.5](https://github.com/alanshaw/it-length-prefixed/compare/v9.0.4...v9.0.5) (2024-08-07) ### Dependencies diff --git a/package.json b/package.json index bf433d4..8e30933 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "it-length-prefixed", - "version": "9.0.5", + "version": "9.1.0", "description": "Streaming length prefixed buffers with async iterables", "author": "Alan Shaw", "license": "Apache-2.0 OR MIT",