diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d3e9e5..04366374 100644 --- a/CHANGELOG.md +++ b/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 ------------------- diff --git a/package.json b/package.json index 0fea8afa..8bc05c00 100644 --- a/package.json +++ b/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"