Skip to content

Commit 9db2a4a

Browse files
committed
4.0.0
1 parent 335eac6 commit 9db2a4a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

Diff for: CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,25 @@ Changelog entries are classified using the following labels _(from [keep-a-chang
3232

3333
</details>
3434

35+
## 4.0.0 (2024-02-07)
36+
37+
### Fixes
38+
39+
* Fix bad text values in parse #126, thanks to @connor4312
40+
41+
### Changed
42+
43+
* Remove process global to work outside of node #129, thanks to @styfle
44+
* Add sideEffects to package.json #128, thanks to @frandiox
45+
* Removed `os`, make compatible browser environment. See #124, thanks to @gwsbhqt
46+
47+
## 3.0.1
48+
49+
### Fixes
50+
51+
* Support stars in negation extglobs with expression after closing parenthesis #102, thanks to @mrmlnc
52+
53+
3554
## 2.3.1 (2022-01-02)
3655

3756
### Fixed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "picomatch",
33
"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.",
4-
"version": "3.0.1",
4+
"version": "4.0.0",
55
"homepage": "https://github.com/micromatch/picomatch",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"funding": "https://github.com/sponsors/jonschlinkert",

0 commit comments

Comments
 (0)