Skip to content

Commit

Permalink
chore(release): 2.15.5 [skip ci]
Browse files Browse the repository at this point in the history
## [2.15.5](v2.15.4...v2.15.5) (2019-07-16)

### Bug Fixes

* check for process ([8b9b00c](8b9b00c))
* check for process ([#396](#396)) ([2314dad](2314dad))
  • Loading branch information
semantic-release-bot committed Jul 16, 2019
1 parent 2314dad commit da19549
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.5](https://github.com/streamich/memfs/compare/v2.15.4...v2.15.5) (2019-07-16)


### Bug Fixes

* check for process ([8b9b00c](https://github.com/streamich/memfs/commit/8b9b00c))
* check for process ([#396](https://github.com/streamich/memfs/issues/396)) ([2314dad](https://github.com/streamich/memfs/commit/2314dad))

## [2.15.4](https://github.com/streamich/memfs/compare/v2.15.3...v2.15.4) (2019-06-01)


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

Please sign in to comment.