From da195494cbf9777a4a49fe38886aaf8fcdf1224e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 Jul 2019 20:38:25 +0000 Subject: [PATCH] chore(release): 2.15.5 [skip ci] ## [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)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a15fc97f..f0a6446b 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/package.json b/package.json index d90af74b..acc36900 100644 --- a/package.json +++ b/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",