Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
szwacz committed Oct 27, 2020
1 parent 24f64b2 commit 92a9857
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 4.0.1 (2020-10-27)
- `inspectTree()` behaves better in concurrency terms (opens only few files at once)

# 4.0.0 (2020-10-22)
- Package published to npm registry now contains only the essential files (e.g. no tests as shipped), to make the smallest footprint possible
- Package published to npm registry now contains only the essential files (e.g. no tests are shipped), to make the smallest footprint possible

# 3.2.0 (2020-10-15)
- Ability to create temporary directories with `tmpDir()` method
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0",
"version": "4.0.1",
"author": "Jakub Szwacz <jakub@szwacz.com>",
"dependencies": {
"minimatch": "^3.0.2",
Expand Down

0 comments on commit 92a9857

Please sign in to comment.