Skip to content

Commit

Permalink
11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Mar 20, 2023
1 parent 055e0b8 commit cc7b3b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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
-------------------

Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit cc7b3b2

Please sign in to comment.