Skip to content

Commit

Permalink
release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Aug 6, 2024
1 parent 4eb6b2f commit 829cca3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
## [0.2.1](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.0...0.2.1)
### [0.2.2](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.1...0.2.2)

#### Added

- Basic handling of absolute patterns

#### Fixed

- Adding trailing slashes to the end of patterns no longer returns incorrect results
- Matching directories without `expandDirectories` without a trailing slash now works correctly

### [0.2.1](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.0...0.2.1)

#### Fixed

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

0 comments on commit 829cca3

Please sign in to comment.