Skip to content

Commit 85648ff

Browse files
chore(release): 4.13.0 [skip ci]
# [4.13.0](v4.12.0...v4.13.0) (2024-10-07) ### Features * implement lutimes ([#1066](#1066)) ([a1772b2](a1772b2))
1 parent a1772b2 commit 85648ff

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
# [4.12.0](https://github.com/streamich/memfs/compare/v4.11.2...v4.12.0) (2024-09-19)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "memfs",
3-
"version": "4.12.0",
3+
"version": "4.13.0",
44
"description": "In-memory file-system with Node's fs API.",
55
"keywords": [
66
"fs",

0 commit comments

Comments
 (0)