Skip to content

Commit

Permalink
chore(release): 4.7.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Feb 16, 2024
1 parent 02249f7 commit a1b1576
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [4.7.1](https://github.com/streamich/memfs/compare/v4.7.0...v4.7.1) (2024-02-16)


### Bug Fixes

* use internal buffer instead of global Buffer ([#977](https://github.com/streamich/memfs/issues/977)) ([02249f7](https://github.com/streamich/memfs/commit/02249f7afccb4c4cdec06041e9ee55521b60cc73))

# [4.7.0](https://github.com/streamich/memfs/compare/v4.6.1...v4.7.0) (2024-02-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "memfs",
"version": "4.7.0",
"version": "4.7.1",
"description": "In-memory file-system with Node's fs API.",
"keywords": [
"fs",
Expand Down

0 comments on commit a1b1576

Please sign in to comment.