From 9aba94322789d85da41905e1aed1e20e8ffe75ec Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 20 Apr 2023 19:48:22 +0000 Subject: [PATCH] chore(release): 3.5.1 [skip ci] ## [3.5.1](https://github.com/streamich/memfs/compare/v3.5.0...v3.5.1) (2023-04-20) ### Bug Fixes * ensure metadata is updated correctly so that `watchFile` is correctly triggered ([#891](https://github.com/streamich/memfs/issues/891)) ([8af880e](https://github.com/streamich/memfs/commit/8af880ed831493f38cedea827396a154a8fbce37)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78d2a2ed3..a7963f423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.5.1](https://github.com/streamich/memfs/compare/v3.5.0...v3.5.1) (2023-04-20) + + +### Bug Fixes + +* ensure metadata is updated correctly so that `watchFile` is correctly triggered ([#891](https://github.com/streamich/memfs/issues/891)) ([8af880e](https://github.com/streamich/memfs/commit/8af880ed831493f38cedea827396a154a8fbce37)) + # [3.5.0](https://github.com/streamich/memfs/compare/v3.4.13...v3.5.0) (2023-04-06) diff --git a/package.json b/package.json index 4e44e3200..15bf597db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memfs", - "version": "3.5.0", + "version": "3.5.1", "description": "In-memory file-system with Node's fs API.", "main": "lib/index.js", "types": "lib/index.d.ts",