Skip to content

Commit

Permalink
chore(release): 4.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.12.0](v4.11.2...v4.12.0) (2024-09-19)

### Features

* improve permissions support ([#1059](#1059)) ([575a76b](575a76b))
  • Loading branch information
semantic-release-bot committed Sep 19, 2024
1 parent 575a76b commit 18f4abe
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.12.0](https://github.com/streamich/memfs/compare/v4.11.2...v4.12.0) (2024-09-19)


### Features

* improve permissions support ([#1059](https://github.com/streamich/memfs/issues/1059)) ([575a76b](https://github.com/streamich/memfs/commit/575a76b5f538f65ca5b8813073bc783f3d408a1b))

## [4.11.2](https://github.com/streamich/memfs/compare/v4.11.1...v4.11.2) (2024-09-17)


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.11.2",
"version": "4.12.0",
"description": "In-memory file-system with Node's fs API.",
"keywords": [
"fs",
Expand Down

0 comments on commit 18f4abe

Please sign in to comment.