Skip to content

Commit

Permalink
chore(release): 3.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.5.2](v3.5.1...v3.5.2) (2023-06-02)

### Bug Fixes

* correctly output filename when watching files ([#907](#907)) ([fbde74f](fbde74f))
  • Loading branch information
semantic-release-bot committed Jun 2, 2023
1 parent fbde74f commit 8ee987b
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.2](https://github.com/streamich/memfs/compare/v3.5.1...v3.5.2) (2023-06-02)


### Bug Fixes

* correctly output filename when watching files ([#907](https://github.com/streamich/memfs/issues/907)) ([fbde74f](https://github.com/streamich/memfs/commit/fbde74f2fd352ed1388029ffe8369f47a62eb05f))

## [3.5.1](https://github.com/streamich/memfs/compare/v3.5.0...v3.5.1) (2023-04-20)


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.1",
"version": "3.5.2",
"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 8ee987b

Please sign in to comment.