Skip to content

Commit 79f53db

Browse files
committed
5.1.0
1 parent a17e59b commit 79f53db

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 5.1.0 (2022-10-24)
2+
- `filter` function of `find()` method now receives also `absolutePath` property of each file
3+
14
# 5.0.0 (2022-09-15)
25
- **(breaking change)** Dropped support for all node.js engines older than v14
36
- **(possibly breaking change)** `inspect("some-file", { times: true })` now will return also `birthTime` of a file

package.json

+2-2
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": "5.0.0",
4+
"version": "5.1.0",
55
"author": "Jakub Szwacz <jakub@szwacz.com>",
66
"dependencies": {
77
"minimatch": "^5.1.0"
@@ -46,4 +46,4 @@
4646
"fs",
4747
"file system"
4848
]
49-
}
49+
}

0 commit comments

Comments
 (0)