From 92a9857803177a04815a97bccc5406585213c90a Mon Sep 17 00:00:00 2001 From: Jakub Szwacz Date: Tue, 27 Oct 2020 17:30:48 +0100 Subject: [PATCH] 4.0.1 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70a69b7..8abcd55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 4f3dab6..c9d799a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fs-jetpack", "description": "Better file system API", - "version": "4.0.0", + "version": "4.0.1", "author": "Jakub Szwacz ", "dependencies": { "minimatch": "^3.0.2",