From fcfb08a36c3b4d48d5488c21000c95a956d9797c Mon Sep 17 00:00:00 2001 From: Superchupu <53496941+SuperchupuDev@users.noreply.github.com> Date: Thu, 20 Feb 2025 01:17:25 +0100 Subject: [PATCH] release 0.2.12 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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",