diff --git a/packages/it-parallel/CHANGELOG.md b/packages/it-parallel/CHANGELOG.md index e8f082f5..08e667ef 100644 --- a/packages/it-parallel/CHANGELOG.md +++ b/packages/it-parallel/CHANGELOG.md @@ -1,3 +1,15 @@ +## it-parallel [3.0.8](https://github.com/achingbrain/it/compare/it-parallel-3.0.7...it-parallel-3.0.8) (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 [3.0.7](https://github.com/achingbrain/it/compare/it-parallel-v3.0.6...it-parallel-3.0.7) (2024-04-24) diff --git a/packages/it-parallel/package.json b/packages/it-parallel/package.json index f458b35c..888c433b 100644 --- a/packages/it-parallel/package.json +++ b/packages/it-parallel/package.json @@ -1,6 +1,6 @@ { "name": "it-parallel", - "version": "3.0.7", + "version": "3.0.8", "description": "Process incoming async(iterable) functions in parallel", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",