From b0b58d60ee3410fa611c31199634cca38a9d6655 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 Apr 2024 16:41:33 +0000 Subject: [PATCH] chore(release): 2.0.7 [skip ci] ## it-glob [2.0.7](https://github.com/achingbrain/it/compare/it-glob-v2.0.6...it-glob-2.0.7) (2024-04-24) ### Trivial Changes * rename master to main ([#108](https://github.com/achingbrain/it/issues/108)) ([86d5c1f](https://github.com/achingbrain/it/commit/86d5c1f2082c79a49ef1e75511abfa7e647fd7b9)) ### Dependencies * bump aegir from 41.3.5 to 42.2.5 and update projects ([#121](https://github.com/achingbrain/it/issues/121)) ([cec89b7](https://github.com/achingbrain/it/commit/cec89b7c790bea695b053e3b6b3c255655def1cd)) ### Dependencies * **it-all:** upgraded to 3.0.5 --- packages/it-glob/CHANGELOG.md | 18 ++++++++++++++++++ packages/it-glob/package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/packages/it-glob/CHANGELOG.md b/packages/it-glob/CHANGELOG.md index 2455790e..3c116764 100644 --- a/packages/it-glob/CHANGELOG.md +++ b/packages/it-glob/CHANGELOG.md @@ -1,3 +1,21 @@ +## it-glob [2.0.7](https://github.com/achingbrain/it/compare/it-glob-v2.0.6...it-glob-2.0.7) (2024-04-24) + + +### Trivial Changes + +* rename master to main ([#108](https://github.com/achingbrain/it/issues/108)) ([86d5c1f](https://github.com/achingbrain/it/commit/86d5c1f2082c79a49ef1e75511abfa7e647fd7b9)) + + +### Dependencies + +* bump aegir from 41.3.5 to 42.2.5 and update projects ([#121](https://github.com/achingbrain/it/issues/121)) ([cec89b7](https://github.com/achingbrain/it/commit/cec89b7c790bea695b053e3b6b3c255655def1cd)) + + + +### Dependencies + +* **it-all:** upgraded to 3.0.5 + ## [it-glob-v2.0.6](https://github.com/achingbrain/it/compare/it-glob-v2.0.5...it-glob-v2.0.6) (2023-11-15) diff --git a/packages/it-glob/package.json b/packages/it-glob/package.json index 003a96b0..e195b445 100644 --- a/packages/it-glob/package.json +++ b/packages/it-glob/package.json @@ -1,6 +1,6 @@ { "name": "it-glob", - "version": "2.0.6", + "version": "2.0.7", "description": "Async iterable filename pattern matcher", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",