Skip to content

Commit

Permalink
10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Feb 22, 2022
1 parent ec8ebf0 commit 69eb896
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 @@
10.0.1 / 2022-02-22
-------------------

- Add `sideEffects: false` to `package.json` ([#941](https://github.com/jprichardson/node-fs-extra/pull/941))

10.0.0 / 2021-05-03
-------------------

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

0 comments on commit 69eb896

Please sign in to comment.