Skip to content

Commit

Permalink
chore(release): 3.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.4](v3.0.3...v3.0.4) (2020-01-15)

### Bug Fixes

* πŸ› handle opening directories with O_DIRECTORY ([acdfac8](acdfac8)), closes [#494](#494)
  • Loading branch information
semantic-release-bot committed Jan 15, 2020
1 parent b686041 commit d95c2d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [3.0.4](https://github.com/streamich/memfs/compare/v3.0.3...v3.0.4) (2020-01-15)


### Bug Fixes

* πŸ› handle opening directories with O_DIRECTORY ([acdfac8](https://github.com/streamich/memfs/commit/acdfac872b657776d32f1bfd346726c422a199f0)), closes [#494](https://github.com/streamich/memfs/issues/494)

## [3.0.3](https://github.com/streamich/memfs/compare/v3.0.2...v3.0.3) (2019-12-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "memfs",
"version": "3.0.3",
"version": "3.0.4",
"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 d95c2d7

Please sign in to comment.