From 9db2a4ad919d7dd0182513d7d211393a021bb91e Mon Sep 17 00:00:00 2001 From: Jon Schlinkert Date: Wed, 7 Feb 2024 21:21:00 -0500 Subject: [PATCH] 4.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ccc6c1..a319f65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,25 @@ Changelog entries are classified using the following labels _(from [keep-a-chang +## 4.0.0 (2024-02-07) + +### Fixes + +* Fix bad text values in parse #126, thanks to @connor4312 + +### Changed + +* Remove process global to work outside of node #129, thanks to @styfle +* Add sideEffects to package.json #128, thanks to @frandiox +* Removed `os`, make compatible browser environment. See #124, thanks to @gwsbhqt + +## 3.0.1 + +### Fixes + +* Support stars in negation extglobs with expression after closing parenthesis #102, thanks to @mrmlnc + + ## 2.3.1 (2022-01-02) ### Fixed diff --git a/package.json b/package.json index e2c69e9..0843fc4 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": "3.0.1", + "version": "4.0.0", "homepage": "https://github.com/micromatch/picomatch", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "funding": "https://github.com/sponsors/jonschlinkert",