Skip to content

Commit 0e76a72

Browse files
committedNov 29, 2022
11.1.0
1 parent ab86a8a commit 0e76a72

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
11.1.0 / 2022-11-29
2+
-------------------
3+
4+
- 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))
5+
16
11.0.0 / 2022-11-28
27
-------------------
38

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fs-extra",
3-
"version": "11.0.0",
3+
"version": "11.1.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)
Please sign in to comment.