From 74b2db2938fad48a2ea54a9c8bf27a37a62c350d Mon Sep 17 00:00:00 2001 From: Jon Schlinkert Date: Tue, 21 May 2024 04:58:40 -0400 Subject: [PATCH] 3.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d668f88..c3c056e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "braces", "description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.", - "version": "3.0.2", + "version": "3.0.3", "homepage": "https://github.com/micromatch/braces", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "contributors": [