Skip to content

Commit e122f21

Browse files
committed
release 0.2.14
1 parent 1d4a82d commit e122f21

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### [0.2.14](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.13...0.2.14)
2+
3+
#### Fixed
4+
5+
- Root path joining on windows with help from [43081j](https://github.com/43081j) and [btea](https://github.com/btea)
6+
- `deep: 0` is no longer mistakenly interpreted as not set
7+
- Parent directories in patterns are now correctly normalized to `cwd`
8+
9+
#### Changed
10+
11+
- Switched bundler from [`tsup`](https://github.com/egoist/tsup) to [`tsdown`](https://github.com/rolldown/tsdown)
12+
113
### [0.2.13](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.12...0.2.13)
214

315
#### 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.13",
3+
"version": "0.2.14",
44
"description": "A fast and minimal alternative to globby and fast-glob",
55
"scripts": {
66
"build": "tsdown",

0 commit comments

Comments
 (0)