From 570df2f8781bc92e5fece2c16d9ff990c4a8d1da Mon Sep 17 00:00:00 2001 From: Jon Schlinkert Date: Wed, 27 Mar 2024 23:23:20 -0400 Subject: [PATCH] 4.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a740bc..703a83d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "picomatch", "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.", - "version": "4.0.1", + "version": "4.0.2", "homepage": "https://github.com/micromatch/picomatch", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "funding": "https://github.com/sponsors/jonschlinkert",