We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1772b2 commit 85648ffCopy full SHA for 85648ff
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [4.13.0](https://github.com/streamich/memfs/compare/v4.12.0...v4.13.0) (2024-10-07)
2
+
3
4
+### Features
5
6
+* implement lutimes ([#1066](https://github.com/streamich/memfs/issues/1066)) ([a1772b2](https://github.com/streamich/memfs/commit/a1772b25fbd9ca5d29a5bce9c848206b42ff2652))
7
8
# [4.12.0](https://github.com/streamich/memfs/compare/v4.11.2...v4.12.0) (2024-09-19)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "memfs",
- "version": "4.12.0",
+ "version": "4.13.0",
"description": "In-memory file-system with Node's fs API.",
"keywords": [
"fs",
0 commit comments