diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ba03a5..744f8dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +11.2.0 / 2023-11-27 +------------------- + +- Copy directory contents in parallel for better performance ([#1026](https://github.com/jprichardson/node-fs-extra/pull/1026)) +- Refactor internal code to use `async`/`await` ([#1020](https://github.com/jprichardson/node-fs-extra/issues/1020)) + 11.1.1 / 2023-03-20 ------------------- diff --git a/package.json b/package.json index c8bfb8f0..f3f6ba3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fs-extra", - "version": "11.1.1", + "version": "11.2.0", "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.", "engines": { "node": ">=14.14"