Skip to content

Commit 62a4e72

Browse files
committed
11.3.6
1 parent 01c0ca6 commit 62a4e72

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
11.3.6 / 2026-06-29
2+
-------------------
3+
4+
- Fix handling of symlinked destination ancestors in copy/move methods ([#1071](https://github.com/jprichardson/node-fs-extra/issues/1071), [#1073](https://github.com/jprichardson/node-fs-extra/pull/1073))
5+
- Docs typo fixed ([#1074](https://github.com/jprichardson/node-fs-extra/pull/1074))
6+
17
11.3.5 / 2026-05-06
28
-------------------
39

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.5",
3+
"version": "11.3.6",
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)