Skip to content

Commit

Permalink
chore(release): 4.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.3.0](v4.2.3...v4.3.0) (2023-09-15)

### Features

* add support for `O_SYMLINK` ([#944](#944)) ([96cbce4](96cbce4))
  • Loading branch information
semantic-release-bot committed Sep 15, 2023
1 parent 96cbce4 commit b15a80e
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.3.0](https://github.com/streamich/memfs/compare/v4.2.3...v4.3.0) (2023-09-15)


### Features

* add support for `O_SYMLINK` ([#944](https://github.com/streamich/memfs/issues/944)) ([96cbce4](https://github.com/streamich/memfs/commit/96cbce4145891af9d943d00868b3357969508330))

## [4.2.3](https://github.com/streamich/memfs/compare/v4.2.2...v4.2.3) (2023-09-15)


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.2.3",
"version": "4.3.0",
"description": "In-memory file-system with Node's fs API.",
"author": {
"name": "streamich",
Expand Down

0 comments on commit b15a80e

Please sign in to comment.