diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be629fcd..450c01b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 25dc11242..5fd22940f 100644 --- a/package.json +++ b/package.json @@ -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",