Skip to content

Commit

Permalink
chore(release): 3.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.5.1](v3.5.0...v3.5.1) (2023-04-20)

### Bug Fixes

* ensure metadata is updated correctly so that `watchFile` is correctly triggered ([#891](#891)) ([8af880e](8af880e))
  • Loading branch information
semantic-release-bot committed Apr 20, 2023
1 parent 8af880e commit 9aba943
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9aba943

Please sign in to comment.