Skip to content

Commit 69eb896

Browse files
committed
10.0.1
1 parent ec8ebf0 commit 69eb896

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
10.0.1 / 2022-02-22
2+
-------------------
3+
4+
- Add `sideEffects: false` to `package.json` ([#941](https://github.com/jprichardson/node-fs-extra/pull/941))
5+
16
10.0.0 / 2021-05-03
27
-------------------
38

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fs-extra",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
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": ">=12"

0 commit comments

Comments
 (0)