From 99c59780082b1bd8f705afe68c9a8b21249690a5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 28 May 2022 03:58:41 +0000 Subject: [PATCH] chore(release): 3.4.4 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 826d85b1..8b5021b1 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/package.json b/package.json index 2c6d60aa..30f9eea6 100644 --- a/package.json +++ b/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",