Skip to content

Commit

Permalink
chore(release): 3.4.5 [skip ci]
Browse files Browse the repository at this point in the history
## [3.4.5](v3.4.4...v3.4.5) (2022-06-18)

### Bug Fixes

* throw EEXIST when opening file that already exists with 'wx' flag ([#853](#853)) ([8b021b3](8b021b3))
  • Loading branch information
semantic-release-bot committed Jun 18, 2022
1 parent 8b021b3 commit df492ee
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.4.5](https://github.com/streamich/memfs/compare/v3.4.4...v3.4.5) (2022-06-18)


### Bug Fixes

* throw EEXIST when opening file that already exists with 'wx' flag ([#853](https://github.com/streamich/memfs/issues/853)) ([8b021b3](https://github.com/streamich/memfs/commit/8b021b3bb3205ceb3024fbd88ab01b63189f7575))

## [3.4.4](https://github.com/streamich/memfs/compare/v3.4.3...v3.4.4) (2022-05-28)


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.4.4",
"version": "3.4.5",
"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 df492ee

Please sign in to comment.