Skip to content

Commit

Permalink
chore(release): 3.4.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.4.4](v3.4.3...v3.4.4) (2022-05-28)

### Bug Fixes

* allow `Uint8Array`s to be passed to `FsWriteStream` ([#842](#842)) ([4398992](4398992))
  • Loading branch information
semantic-release-bot committed May 28, 2022
1 parent 4398992 commit 99c5978
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 @@
## [3.4.4](https://github.com/streamich/memfs/compare/v3.4.3...v3.4.4) (2022-05-28)


### Bug Fixes

* allow `Uint8Array`s to be passed to `FsWriteStream` ([#842](https://github.com/streamich/memfs/issues/842)) ([4398992](https://github.com/streamich/memfs/commit/43989925480f8326cdb602f23265c2191a9e1d1d))

## [3.4.3](https://github.com/streamich/memfs/compare/v3.4.2...v3.4.3) (2022-05-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "memfs",
"version": "3.4.3",
"version": "3.4.4",
"description": "In-memory file-system with Node's fs API.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 99c5978

Please sign in to comment.