Skip to content

Commit

Permalink
chore(release): 4.15.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.15.1](v4.15.0...v4.15.1) (2024-12-22)

### Bug Fixes

* resolve relative symlinks to the current directory ([#1079](#1079)) ([63e3873](63e3873)), closes [#725](#725)
  • Loading branch information
semantic-release-bot committed Dec 22, 2024
1 parent 63e3873 commit f389874
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.15.1](https://github.com/streamich/memfs/compare/v4.15.0...v4.15.1) (2024-12-22)


### Bug Fixes

* resolve relative symlinks to the current directory ([#1079](https://github.com/streamich/memfs/issues/1079)) ([63e3873](https://github.com/streamich/memfs/commit/63e38735fe08b728da02b9328d16be4d132b9327)), closes [#725](https://github.com/streamich/memfs/issues/725)

# [4.15.0](https://github.com/streamich/memfs/compare/v4.14.1...v4.15.0) (2024-12-09)


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

0 comments on commit f389874

Please sign in to comment.