Skip to content

Commit

Permalink
chore(release): 2.15.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.15.1](v2.15.0...v2.15.1) (2019-02-09)

### Bug Fixes

* πŸ› show directory path when throwing EISDIR in mkdir ([9dc7007](9dc7007))
* πŸ› throw when creating root directory ([f77fa8b](f77fa8b)), closes [#325](#325)
  • Loading branch information
semantic-release-bot committed Feb 9, 2019
1 parent b765ff8 commit f3a83a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## [2.15.1](https://github.com/streamich/memfs/compare/v2.15.0...v2.15.1) (2019-02-09)


### Bug Fixes

* πŸ› show directory path when throwing EISDIR in mkdir ([9dc7007](https://github.com/streamich/memfs/commit/9dc7007))
* πŸ› throw when creating root directory ([f77fa8b](https://github.com/streamich/memfs/commit/f77fa8b)), closes [#325](https://github.com/streamich/memfs/issues/325)

# [2.15.0](https://github.com/streamich/memfs/compare/v2.14.2...v2.15.0) (2019-01-27)


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

Please sign in to comment.