Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szwacz committed Sep 15, 2022
1 parent b14eadb commit 99f3a7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 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
- **(possibly breaking change)** Under the hood switched from `rimraf` library to using node-native recursive files removal

# 4.3.1 (2022-01-12)
- Fixed `find()` crash when stumbled upon invalid symlink

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": "4.3.1",
"version": "5.0.0",
"author": "Jakub Szwacz <jakub@szwacz.com>",
"dependencies": {
"minimatch": "^5.1.0"
Expand Down Expand Up @@ -46,4 +46,4 @@
"fs",
"file system"
]
}
}

0 comments on commit 99f3a7a

Please sign in to comment.