Skip to content

Commit 1de81e9

Browse files
committed
11.3.3
1 parent ddc46f7 commit 1de81e9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
11.3.3 / 2025-12-18
2+
-------------------
3+
4+
- Fix copying symlink when destination is a symlink to the same target ([#1019](https://github.com/jprichardson/node-fs-extra/issues/1019), [#1060](https://github.com/jprichardson/node-fs-extra/pull/1060))
5+
16
11.3.2 / 2025-09-15
27
-------------------
38

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