From fca82b7704de432bd55bd4002403d24471bca94f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 22 Dec 2022 13:21:11 +0000 Subject: [PATCH] chore(release): 8.0.4 [skip ci] ## [8.0.4](https://github.com/alanshaw/it-length-prefixed/compare/v8.0.3...v8.0.4) (2022-12-22) ### Documentation * generate typedocs ([#59](https://github.com/alanshaw/it-length-prefixed/issues/59)) ([84ce31d](https://github.com/alanshaw/it-length-prefixed/commit/84ce31d32ce21341a4b231f22daee56aadf32653)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ace319..be31398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.0.4](https://github.com/alanshaw/it-length-prefixed/compare/v8.0.3...v8.0.4) (2022-12-22) + + +### Documentation + +* generate typedocs ([#59](https://github.com/alanshaw/it-length-prefixed/issues/59)) ([84ce31d](https://github.com/alanshaw/it-length-prefixed/commit/84ce31d32ce21341a4b231f22daee56aadf32653)) + ## [8.0.3](https://github.com/alanshaw/it-length-prefixed/compare/v8.0.2...v8.0.3) (2022-10-12) diff --git a/package.json b/package.json index 4da94b5..34c130a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "it-length-prefixed", - "version": "8.0.3", + "version": "8.0.4", "description": "Streaming length prefixed buffers with async iterables", "author": "Alan Shaw", "license": "Apache-2.0 OR MIT",