From 9ad256705fdd09f3f0ade0eb109eb3e6906966e5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 25 Apr 2024 17:52:38 +0000 Subject: [PATCH] chore(release): 3.0.7 [skip ci] ## it-drain [3.0.7](https://github.com/achingbrain/it/compare/it-drain-3.0.6...it-drain-3.0.7) (2024-04-25) ### 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)) --- packages/it-drain/CHANGELOG.md | 12 ++++++++++++ packages/it-drain/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/it-drain/CHANGELOG.md b/packages/it-drain/CHANGELOG.md index afc0303c..fde5fd92 100644 --- a/packages/it-drain/CHANGELOG.md +++ b/packages/it-drain/CHANGELOG.md @@ -1,3 +1,15 @@ +## it-drain [3.0.7](https://github.com/achingbrain/it/compare/it-drain-3.0.6...it-drain-3.0.7) (2024-04-25) + + +### 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-drain [3.0.6](https://github.com/achingbrain/it/compare/it-drain-v3.0.5...it-drain-3.0.6) (2024-04-24) diff --git a/packages/it-drain/package.json b/packages/it-drain/package.json index 51b54071..54183ec2 100644 --- a/packages/it-drain/package.json +++ b/packages/it-drain/package.json @@ -1,6 +1,6 @@ { "name": "it-drain", - "version": "3.0.6", + "version": "3.0.7", "description": "Empties an async iterator", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",