Skip to content

Commit 6906600

Browse files
committed
release 0.2.13
1 parent 9e0d127 commit 6906600

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### [0.2.13](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.12...0.2.13)
2+
3+
#### Fixed
4+
5+
- Performance of crawling `/` thanks to an upstream `fdir` fix by [pralkarz](https://github.com/pralkarz)
6+
- Path joining when crawling from `/` by [benmccann](https://github.com/benmccann)
7+
- Paths no longer have their first character removed in some cases when crawling from `/`
8+
- Added compatibility with `@types/picomatch` 4.0.0
9+
110
### [0.2.12](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.11...0.2.12)
211

312
#### Fixed

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

0 commit comments

Comments
 (0)