Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## it-glob [3.0.0](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](#126)) ([bea32ab](bea32ab))

### Trivial Changes

* update changelogs to new format ([33e243d](33e243d))
  • Loading branch information
semantic-release-bot committed Apr 25, 2024
1 parent bea32ab commit 837e99e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/it-glob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/it-glob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "it-glob",
"version": "2.0.7",
"version": "3.0.0",
"description": "Async iterable filename pattern matcher",
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 837e99e

Please sign in to comment.