diff --git a/CHANGELOG.md b/CHANGELOG.md index cb7e6b983..35bb4c806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.6.1](https://github.com/streamich/memfs/compare/v4.6.0...v4.6.1) (2024-02-12) + + +### Bug Fixes + +* **deps:** update dependency json-joy to v11 ([#966](https://github.com/streamich/memfs/issues/966)) ([91909ff](https://github.com/streamich/memfs/commit/91909ff7d3a82bbb33e044f6e220205628d5554d)) + # [4.6.0](https://github.com/streamich/memfs/compare/v4.5.0...v4.6.0) (2023-10-07) diff --git a/package.json b/package.json index cba44cbb6..1ed1e2af6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memfs", - "version": "4.6.0", + "version": "4.6.1", "description": "In-memory file-system with Node's fs API.", "keywords": [ "fs",