diff --git a/CHANGELOG.md b/CHANGELOG.md index 7821781..bb6d60a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [0.2.5](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.4...0.2.5) + +#### Fixed + +- Using a pattern that doesn't end with special characters with +`expandDirectories` disabled no longer produces incorrect matches + ### [0.2.4](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.3...0.2.4) #### Fixed diff --git a/package.json b/package.json index 1acb428..917fbd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tinyglobby", - "version": "0.2.4", + "version": "0.2.5", "description": "A fast and minimal alternative to globby and fast-glob", "scripts": { "build": "tsup",