diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b245a4c..6bcb68df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 442fd1ca..ecdd92b6 100644 --- a/package.json +++ b/package.json @@ -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",