Skip to content

Commit

Permalink
chore(release): 4.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.13.0](v4.12.0...v4.13.0) (2024-10-07)

### Features

* implement lutimes ([#1066](#1066)) ([a1772b2](a1772b2))
  • Loading branch information
semantic-release-bot committed Oct 7, 2024
1 parent a1772b2 commit 85648ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.13.0](https://github.com/streamich/memfs/compare/v4.12.0...v4.13.0) (2024-10-07)


### Features

* implement lutimes ([#1066](https://github.com/streamich/memfs/issues/1066)) ([a1772b2](https://github.com/streamich/memfs/commit/a1772b25fbd9ca5d29a5bce9c848206b42ff2652))

# [4.12.0](https://github.com/streamich/memfs/compare/v4.11.2...v4.12.0) (2024-09-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 85648ff

Please sign in to comment.