Skip to content

Commit a1b1576

Browse files
chore(release): 4.7.1 [skip ci]
## [4.7.1](v4.7.0...v4.7.1) (2024-02-16) ### Bug Fixes * use internal buffer instead of global Buffer ([#977](#977)) ([02249f7](02249f7))
1 parent 02249f7 commit a1b1576

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.7.1](https://github.com/streamich/memfs/compare/v4.7.0...v4.7.1) (2024-02-16)
2+
3+
4+
### Bug Fixes
5+
6+
* use internal buffer instead of global Buffer ([#977](https://github.com/streamich/memfs/issues/977)) ([02249f7](https://github.com/streamich/memfs/commit/02249f7afccb4c4cdec06041e9ee55521b60cc73))
7+
18
# [4.7.0](https://github.com/streamich/memfs/compare/v4.6.1...v4.7.0) (2024-02-13)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "memfs",
3-
"version": "4.7.0",
3+
"version": "4.7.1",
44
"description": "In-memory file-system with Node's fs API.",
55
"keywords": [
66
"fs",

0 commit comments

Comments
 (0)