Skip to content

Commit c2ca787

Browse files
committed
4.3.0
1 parent 5dbdb99 commit c2ca787

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 4.3.0 (2021-11-30)
2+
- `find()` accepts `filter` function that allows you to perform more refined filtering of the results
3+
14
# 4.2.0 (2021-09-27)
25
- For `find()` method you don't need to declare `matching` property, will default to `"*"` when not declared (thanks @gutenye)
36

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fs-jetpack",
33
"description": "Better file system API",
4-
"version": "4.2.0",
4+
"version": "4.3.0",
55
"author": "Jakub Szwacz <jakub@szwacz.com>",
66
"dependencies": {
77
"minimatch": "^3.0.2",

0 commit comments

Comments
 (0)