diff --git a/CHANGELOG.md b/CHANGELOG.md index b94102b..ef42da3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### [0.2.12](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.11...0.2.12) + +#### Fixed + +- Using `..` inside ignore patterns could sometimes make the optimizer ignore parent directories + +#### Changed + +- The `debug` option now logs skipped directories + ### [0.2.11](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.10...0.2.11) I've opened a sponsorships page! Consider sponsoring at https://github.com/sponsors/SuperchupuDev diff --git a/package.json b/package.json index b363a09..1512cde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tinyglobby", - "version": "0.2.11", + "version": "0.2.12", "description": "A fast and minimal alternative to globby and fast-glob", "scripts": { "build": "tsup",