From 79f53db087ac2478a24960c300a81568a8f31638 Mon Sep 17 00:00:00 2001 From: Jakub Szwacz Date: Mon, 24 Oct 2022 19:18:49 +0200 Subject: [PATCH] 5.1.0 --- CHANGELOG.md | 3 +++ package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45b5e68..1366d03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index d6ae1e4..c257d04 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fs-jetpack", "description": "Better file system API", - "version": "5.0.0", + "version": "5.1.0", "author": "Jakub Szwacz ", "dependencies": { "minimatch": "^5.1.0" @@ -46,4 +46,4 @@ "fs", "file system" ] -} +} \ No newline at end of file