Skip to content

Commit b76f971

Browse files
committed
release 0.2.8
1 parent 97a0cc8 commit b76f971

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### [0.2.8](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.7...0.2.8)
2+
3+
#### Fixed
4+
5+
- Escaped symbols (i.e. `"\\["`) in the inferred common root producing empty matches
6+
7+
#### Changed
8+
9+
- Improved the common root inference algorithm to optimize non-trailing `**` patterns
10+
111
### [0.2.7](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.6...0.2.7)
212

313
#### Added

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

0 commit comments

Comments
 (0)