Skip to content

Commit

Permalink
release 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Oct 25, 2024
1 parent 20776a1 commit c539249
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### [0.2.10](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.9...0.2.10)

#### Added

- Re-enabled symlinks resolution. Big thanks to [thecodrr](https://github.com/thecodrr) for fixing the critical bug upstream

#### Fixed

- Processing of absolute negative patterns
- Negative `ignore` patterns are now not processed for consistency with `fast-glob`

### [0.2.9](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.8...0.2.9)

#### Changed
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.9",
"version": "0.2.10",
"description": "A fast and minimal alternative to globby and fast-glob",
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit c539249

Please sign in to comment.