diff --git a/CHANGELOG.md b/CHANGELOG.md index a19c766..2583056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +### [0.2.10](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.9...0.2.10) + +#### Added + +- Re-enabled symlinks resolution. Big thanks to [thecodrr](https://github.com/thecodrr) for fixing the critical bug upstream + +#### Fixed + +- Processing of absolute negative patterns +- Negative `ignore` patterns are now not processed for consistency with `fast-glob` + ### [0.2.9](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.8...0.2.9) #### Changed diff --git a/package.json b/package.json index 9a5cae0..708c2ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tinyglobby", - "version": "0.2.9", + "version": "0.2.10", "description": "A fast and minimal alternative to globby and fast-glob", "scripts": { "build": "tsup",