Skip to content

Commit 176ad6a

Browse files
committedJan 15, 2025··
11.3.0
1 parent e75b9bf commit 176ad6a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
11.3.0 / 2025-01-15
2+
-------------------
3+
4+
- Add promise support for newer `fs` methods ([#1044](https://github.com/jprichardson/node-fs-extra/issues/1044), [#1045](https://github.com/jprichardson/node-fs-extra/pull/1045))
5+
- Use `fs.opendir` in `copy()`/`copySync()` for better perf/scalability ([#972](https://github.com/jprichardson/node-fs-extra/issues/972), [#1028](https://github.com/jprichardson/node-fs-extra/pull/1028))
6+
17
11.2.0 / 2023-11-27
28
-------------------
39

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fs-extra",
3-
"version": "11.2.0",
3+
"version": "11.3.0",
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)
Please sign in to comment.