Skip to content

Commit 8a88f58

Browse files
committed
11.3.5
1 parent 81a1311 commit 8a88f58

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
11.3.5 / 2026-05-06
2+
-------------------
3+
4+
- Fix `ensureLink*`/`ensureSymlink*` identical file detection on Windows ([#1068](https://github.com/jprichardson/node-fs-extra/pull/1068))
5+
- Fix error handling in timestamp preservation code ([#1065](https://github.com/jprichardson/node-fs-extra/pull/1065), [#1069](https://github.com/jprichardson/node-fs-extra/pull/1069))
6+
- Fix potential file descriptor leak on error in synchronous timestamp preservation code ([#1066](https://github.com/jprichardson/node-fs-extra/pull/1066))
7+
18
11.3.4 / 2026-03-03
29
-------------------
310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fs-extra",
3-
"version": "11.3.4",
3+
"version": "11.3.5",
44
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.",
55
"engines": {
66
"node": ">=14.14"

0 commit comments

Comments
 (0)