Skip to content

Commit 403e8aa

Browse files
committed
11.3.2
1 parent 47f1095 commit 403e8aa

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.2 / 2025-09-15
2+
-------------------
3+
4+
- Fix spurrious `UnhandledPromiseRejectionWarning` that could occur when calling `.copy()` in some cases ([#1056](https://github.com/jprichardson/node-fs-extra/issues/1056), [#1058](https://github.com/jprichardson/node-fs-extra/pull/1058))
5+
16
11.3.1 / 2025-08-05
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.1",
3+
"version": "11.3.2",
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)