Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szwacz committed Oct 24, 2022
1 parent a17e59b commit 79f53db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 5.1.0 (2022-10-24)
- `filter` function of `find()` method now receives also `absolutePath` property of each file

# 5.0.0 (2022-09-15)
- **(breaking change)** Dropped support for all node.js engines older than v14
- **(possibly breaking change)** `inspect("some-file", { times: true })` now will return also `birthTime` of a file
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fs-jetpack",
"description": "Better file system API",
"version": "5.0.0",
"version": "5.1.0",
"author": "Jakub Szwacz <[email protected]>",
"dependencies": {
"minimatch": "^5.1.0"
Expand Down Expand Up @@ -46,4 +46,4 @@
"fs",
"file system"
]
}
}

0 comments on commit 79f53db

Please sign in to comment.