Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
jonschlinkert committed Feb 8, 2024
1 parent 335eac6 commit 9db2a4a
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -32,6 +32,25 @@ Changelog entries are classified using the following labels _(from [keep-a-chang

</details>

## 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 9db2a4a

Please sign in to comment.