From ae772b9bcf3cf7b063f490e524c19a8005398a2d Mon Sep 17 00:00:00 2001 From: Superchupu <53496941+SuperchupuDev@users.noreply.github.com> Date: Sat, 24 Aug 2024 14:18:05 +0100 Subject: [PATCH] release 0.2.4 --- CHANGELOG.md | 6 ++++++ package.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56cd7f1..7821781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [0.2.4](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.3...0.2.4) + +#### Fixed + +- Using a pattern that can't infer a common root with `absolute` enabled no longer produces incorrect matches + ### [0.2.3](https://github.com/SuperchupuDev/tinyglobby/compare/0.2.2...0.2.3) #### Added diff --git a/package.json b/package.json index 190687d..1acb428 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tinyglobby", - "version": "0.2.3", + "version": "0.2.4", "description": "A fast and minimal alternative to globby and fast-glob", "scripts": { "build": "tsup", @@ -58,5 +58,5 @@ "access": "public", "provenance": true }, - "packageManager": "pnpm@9.6.0" + "packageManager": "pnpm@9.8.0" }