We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6697e3 commit cb7ee02Copy full SHA for cb7ee02
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## [4.36.3](https://github.com/streamich/memfs/compare/v4.36.2...v4.36.3) (2025-08-18)
2
+
3
4
+### Bug Fixes
5
6
+* 🐛 add thingies package ([8df9208](https://github.com/streamich/memfs/commit/8df9208451987f1c42454ad24d19c91844fb60f7))
7
+* 🐛 remove CRUD and CAS fs implementations ([6ec598d](https://github.com/streamich/memfs/commit/6ec598d0bdc16723c3901a87d858c94be11b4cef))
8
9
## [4.36.2](https://github.com/streamich/memfs/compare/v4.36.1...v4.36.2) (2025-08-18)
10
11
package.json
@@ -1,6 +1,6 @@
{
"name": "memfs",
- "version": "4.36.2",
+ "version": "4.36.3",
"description": "In-memory file-system with Node's fs API.",
"keywords": [
"fs",
0 commit comments