Skip to content

Commit

Permalink
release 0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Feb 20, 2025
1 parent a3589ba commit fcfb08a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### [0.2.12](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.11...0.2.12)

#### Fixed

- Using `..` inside ignore patterns could sometimes make the optimizer ignore parent directories

#### Changed

- The `debug` option now logs skipped directories

### [0.2.11](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.10...0.2.11)

I've opened a sponsorships page! Consider sponsoring at https://github.com/sponsors/SuperchupuDev
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinyglobby",
"version": "0.2.11",
"version": "0.2.12",
"description": "A fast and minimal alternative to globby and fast-glob",
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit fcfb08a

Please sign in to comment.