Skip to content

Commit

Permalink
release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Aug 24, 2024
1 parent 39cf17c commit ae772b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### [0.2.4](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.3...0.2.4)

#### Fixed

- Using a pattern that can't infer a common root with `absolute` enabled no longer produces incorrect matches

### [0.2.3](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.2...0.2.3)

#### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinyglobby",
"version": "0.2.3",
"version": "0.2.4",
"description": "A fast and minimal alternative to globby and fast-glob",
"scripts": {
"build": "tsup",
Expand Down Expand Up @@ -58,5 +58,5 @@
"access": "public",
"provenance": true
},
"packageManager": "pnpm@9.6.0"
"packageManager": "pnpm@9.8.0"
}

0 comments on commit ae772b9

Please sign in to comment.