We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb723e4 commit 8716d97Copy full SHA for 8716d97
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### [2.0.1](https://www.github.com/npm/fs/compare/v2.0.0...v2.0.1) (2022-02-23)
4
+
5
6
+### Bug Fixes
7
8
+* add repo entry to package.json ([#10](https://www.github.com/npm/fs/issues/10)) ([eb723e4](https://www.github.com/npm/fs/commit/eb723e44cbddd1d5c568fdfb1297a18672c41085))
9
10
## [2.0.0](https://www.github.com/npm/fs/compare/v1.1.1...v2.0.0) (2022-02-23)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/fs",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "filesystem utilities for the npm cli",
"main": "lib/index.js",
"files": [
0 commit comments