diff --git a/CHANGELOG.md b/CHANGELOG.md index 82e7cd87..e79e2d47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.7.6](https://github.com/streamich/memfs/compare/v4.7.5...v4.7.6) (2024-02-17) + + +### Bug Fixes + +* remove tests from published package ([#1003](https://github.com/streamich/memfs/issues/1003)) ([d3b62dc](https://github.com/streamich/memfs/commit/d3b62dc3785a50776369aa47bc2244c896ff2bdc)) + ## [4.7.5](https://github.com/streamich/memfs/compare/v4.7.4...v4.7.5) (2024-02-17) diff --git a/package.json b/package.json index e4aa30d8..3c5693f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memfs", - "version": "4.7.5", + "version": "4.7.6", "description": "In-memory file-system with Node's fs API.", "keywords": [ "fs",