We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42d1e9 commit d6bde67Copy full SHA for d6bde67
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.1.0](https://www.github.com/npm/fs/compare/v2.0.1...v2.1.0) (2022-03-21)
4
+
5
6
+### Features
7
8
+* add withOwner and withOwnerSync methods ([#21](https://www.github.com/npm/fs/issues/21)) ([40ee281](https://www.github.com/npm/fs/commit/40ee28171138070fc28914689a190bf0727af555))
9
10
### [2.0.1](https://www.github.com/npm/fs/compare/v2.0.0...v2.0.1) (2022-02-23)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/fs",
- "version": "2.0.1",
+ "version": "2.1.0",
"description": "filesystem utilities for the npm cli",
"main": "lib/index.js",
"files": [
0 commit comments