diff --git a/CHANGELOG.md b/CHANGELOG.md index 5047994e..58ba03a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +11.1.1 / 2023-03-20 +------------------- + +- Preserve timestamps when moving files across devices ([#992](https://github.com/jprichardson/node-fs-extra/issues/992), [#994](https://github.com/jprichardson/node-fs-extra/pull/994)) + 11.1.0 / 2022-11-29 ------------------- diff --git a/package.json b/package.json index 424912ac..c8bfb8f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fs-extra", - "version": "11.1.0", + "version": "11.1.1", "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"