Skip to content

Commit 5d4bf0b

Browse files
committed
11.2.0
1 parent d293448 commit 5d4bf0b

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.2.0 / 2023-11-27
2+
-------------------
3+
4+
- Copy directory contents in parallel for better performance ([#1026](https://github.com/jprichardson/node-fs-extra/pull/1026))
5+
- Refactor internal code to use `async`/`await` ([#1020](https://github.com/jprichardson/node-fs-extra/issues/1020))
6+
17
11.1.1 / 2023-03-20
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.1.1",
3+
"version": "11.2.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)