From c5392497dabe292bc06538387ad0c205de9d60d9 Mon Sep 17 00:00:00 2001 From: Superchupu <53496941+SuperchupuDev@users.noreply.github.com> Date: Fri, 25 Oct 2024 09:32:33 +0200 Subject: [PATCH] release 0.2.10 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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",