Skip to content

Commit fcfb08a

Browse files
committed
release 0.2.12
1 parent a3589ba commit fcfb08a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### [0.2.12](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.11...0.2.12)
2+
3+
#### Fixed
4+
5+
- Using `..` inside ignore patterns could sometimes make the optimizer ignore parent directories
6+
7+
#### Changed
8+
9+
- The `debug` option now logs skipped directories
10+
111
### [0.2.11](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.10...0.2.11)
212

313
I've opened a sponsorships page! Consider sponsoring at https://github.com/sponsors/SuperchupuDev

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinyglobby",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"description": "A fast and minimal alternative to globby and fast-glob",
55
"scripts": {
66
"build": "tsup",

0 commit comments

Comments
 (0)