Skip to content

Commit

Permalink
11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Nov 29, 2022
1 parent ab86a8a commit 0e76a72
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.0 / 2022-11-29
-------------------

- Re-add `main` field to `package.json` for better TypeScript compatibility ([#979](https://github.com/jprichardson/node-fs-extra/issues/979), [#981](https://github.com/jprichardson/node-fs-extra/pull/981))

11.0.0 / 2022-11-28
-------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "fs-extra",
"version": "11.0.0",
"version": "11.1.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"
Expand Down

0 comments on commit 0e76a72

Please sign in to comment.