diff --git a/packages/it-batched-bytes/CHANGELOG.md b/packages/it-batched-bytes/CHANGELOG.md index 2c230292..e018fe21 100644 --- a/packages/it-batched-bytes/CHANGELOG.md +++ b/packages/it-batched-bytes/CHANGELOG.md @@ -1,3 +1,10 @@ +## [it-batched-bytes-v2.0.3](https://github.com/achingbrain/it/compare/it-batched-bytes-v2.0.2...it-batched-bytes-v2.0.3) (2023-05-09) + + +### Dependencies + +* **dev:** bump aegir from 38.1.8 to 39.0.2 ([#66](https://github.com/achingbrain/it/issues/66)) ([a92bb16](https://github.com/achingbrain/it/commit/a92bb1690e8d584292e37c878d40f437036721a7)) + ## [it-batched-bytes-v2.0.2](https://github.com/achingbrain/it/compare/it-batched-bytes-v2.0.1...it-batched-bytes-v2.0.2) (2023-04-13) diff --git a/packages/it-batched-bytes/package.json b/packages/it-batched-bytes/package.json index 4e239d53..ec02c9ed 100644 --- a/packages/it-batched-bytes/package.json +++ b/packages/it-batched-bytes/package.json @@ -1,6 +1,6 @@ { "name": "it-batched-bytes", - "version": "2.0.2", + "version": "2.0.3", "description": "Takes an async iterator that emits byte arrays and emits them as fixed size batches", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",