diff --git a/packages/it-parallel-batch/CHANGELOG.md b/packages/it-parallel-batch/CHANGELOG.md index cf9df74b..c1241024 100644 --- a/packages/it-parallel-batch/CHANGELOG.md +++ b/packages/it-parallel-batch/CHANGELOG.md @@ -1,3 +1,15 @@ +## it-parallel-batch [3.0.6](https://github.com/achingbrain/it/compare/it-parallel-batch-3.0.5...it-parallel-batch-3.0.6) (2024-05-26) + + +### Trivial Changes + +* update changelogs to new format ([33e243d](https://github.com/achingbrain/it/commit/33e243d6ce096de7fea1d9caf137175d2043ff31)) + + +### Documentation + +* update readme files ([#127](https://github.com/achingbrain/it/issues/127)) ([b168296](https://github.com/achingbrain/it/commit/b168296357504d70ec4ec0486d6de166f8ee5446)) + ## it-parallel-batch [3.0.5](https://github.com/achingbrain/it/compare/it-parallel-batch-v3.0.4...it-parallel-batch-3.0.5) (2024-04-24) diff --git a/packages/it-parallel-batch/package.json b/packages/it-parallel-batch/package.json index 0c157c21..36dbc8fe 100644 --- a/packages/it-parallel-batch/package.json +++ b/packages/it-parallel-batch/package.json @@ -1,6 +1,6 @@ { "name": "it-parallel-batch", - "version": "3.0.5", + "version": "3.0.6", "description": "Process (async)iterable values as functions with concurrency control", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",