Skip to content

Commit 8839c01

Browse files
committed
2.2.3
1 parent 79eddb0 commit 8839c01

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3333
</details>
3434

35+
## 2.2.3 (2021-04-10)
36+
37+
### Fixed
38+
39+
* Do not skip pattern seperator for square brackets ([fb08a30](https://github.com/micromatch/picomatch/commit/fb08a30)).
40+
* Set negatedExtGlob also if it does not span the whole pattern ([032e3f5](https://github.com/micromatch/picomatch/commit/032e3f5)).
41+
3542
## 2.2.2 (2020-03-21)
3643

3744
### Fixed

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": "2.2.2",
4+
"version": "2.2.3",
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)