From 837e99e2db3733ab1ca5d64a524479c493db36a8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 25 Apr 2024 14:41:38 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## it-glob [3.0.0](https://github.com/achingbrain/it/compare/it-glob-2.0.7...it-glob-3.0.0) (2024-04-25) ### ⚠ BREAKING CHANGES * The options type used to extend `minimatch`'s options, now it's `fast-glob`'s options - some field names are different. Windows paths will also be yielded with forward slashes and not backslashes. ### Features * replace minimatch with fast-glob ([#126](https://github.com/achingbrain/it/issues/126)) ([bea32ab](https://github.com/achingbrain/it/commit/bea32ab952a67d3af793fd63e12ef004694f798f)) ### Trivial Changes * update changelogs to new format ([33e243d](https://github.com/achingbrain/it/commit/33e243d6ce096de7fea1d9caf137175d2043ff31)) --- packages/it-glob/CHANGELOG.md | 16 ++++++++++++++++ packages/it-glob/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/it-glob/CHANGELOG.md b/packages/it-glob/CHANGELOG.md index d0f4895a..dd30b37d 100644 --- a/packages/it-glob/CHANGELOG.md +++ b/packages/it-glob/CHANGELOG.md @@ -1,3 +1,19 @@ +## it-glob [3.0.0](https://github.com/achingbrain/it/compare/it-glob-2.0.7...it-glob-3.0.0) (2024-04-25) + + +### ⚠ BREAKING CHANGES + +* The options type used to extend `minimatch`'s options, now it's `fast-glob`'s options - some field names are different. Windows paths will also be yielded with forward slashes and not backslashes. + +### Features + +* replace minimatch with fast-glob ([#126](https://github.com/achingbrain/it/issues/126)) ([bea32ab](https://github.com/achingbrain/it/commit/bea32ab952a67d3af793fd63e12ef004694f798f)) + + +### Trivial Changes + +* update changelogs to new format ([33e243d](https://github.com/achingbrain/it/commit/33e243d6ce096de7fea1d9caf137175d2043ff31)) + ## it-glob [2.0.7](https://github.com/achingbrain/it/compare/it-glob-v2.0.6...it-glob-2.0.7) (2024-04-24) diff --git a/packages/it-glob/package.json b/packages/it-glob/package.json index 5f8c7f00..af2dcb2f 100644 --- a/packages/it-glob/package.json +++ b/packages/it-glob/package.json @@ -1,6 +1,6 @@ { "name": "it-glob", - "version": "2.0.7", + "version": "3.0.0", "description": "Async iterable filename pattern matcher", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",