From ab306c75c2df44b22abe9ef8ee6fc89d90c826a3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 Jul 2022 17:07:31 +0000 Subject: [PATCH] chore(release): 5.0.2 [skip ci] ## [5.0.2](https://github.com/alanshaw/it-reader/compare/v5.0.1...v5.0.2) (2022-07-28) ### Dependencies * **dev:** update aegir to 37.x ([#32](https://github.com/alanshaw/it-reader/issues/32)) ([010c6c6](https://github.com/alanshaw/it-reader/commit/010c6c698186436f79d025c5156197e93f804806)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 958667d..df2d2b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.2](https://github.com/alanshaw/it-reader/compare/v5.0.1...v5.0.2) (2022-07-28) + + +### Dependencies + +* **dev:** update aegir to 37.x ([#32](https://github.com/alanshaw/it-reader/issues/32)) ([010c6c6](https://github.com/alanshaw/it-reader/commit/010c6c698186436f79d025c5156197e93f804806)) + ### [5.0.1](https://github.com/alanshaw/it-reader/compare/v5.0.0...v5.0.1) (2022-03-08) diff --git a/package.json b/package.json index a02d699..92bf7df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "it-reader", - "version": "5.0.1", + "version": "5.0.2", "description": "Read an exact number of bytes from a binary (async) iterable", "author": "Alan Shaw", "license": "Apache-2.0 OR MIT",