Skip to content

Commit c539249

Browse files
committed
release 0.2.10
1 parent 20776a1 commit c539249

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### [0.2.10](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.9...0.2.10)
2+
3+
#### Added
4+
5+
- Re-enabled symlinks resolution. Big thanks to [thecodrr](https://github.com/thecodrr) for fixing the critical bug upstream
6+
7+
#### Fixed
8+
9+
- Processing of absolute negative patterns
10+
- Negative `ignore` patterns are now not processed for consistency with `fast-glob`
11+
112
### [0.2.9](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.8...0.2.9)
213

314
#### Changed

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.9",
3+
"version": "0.2.10",
44
"description": "A fast and minimal alternative to globby and fast-glob",
55
"scripts": {
66
"build": "tsup",

0 commit comments

Comments
 (0)