Skip to content

Commit

Permalink
chore(release): 4.15.4 [skip ci]
Browse files Browse the repository at this point in the history
## [4.15.4](v4.15.3...v4.15.4) (2025-01-09)

### Bug Fixes

* remove `debugger` statement ([#1086](#1086)) ([6489172](6489172))
  • Loading branch information
semantic-release-bot committed Jan 9, 2025
1 parent 6489172 commit 77c4a53
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.4](https://github.com/streamich/memfs/compare/v4.15.3...v4.15.4) (2025-01-09)


### Bug Fixes

* remove `debugger` statement ([#1086](https://github.com/streamich/memfs/issues/1086)) ([6489172](https://github.com/streamich/memfs/commit/648917202d0832908ec57b72400f4c772e15a624))

## [4.15.3](https://github.com/streamich/memfs/compare/v4.15.2...v4.15.3) (2025-01-01)


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

0 comments on commit 77c4a53

Please sign in to comment.