Skip to content

Commit

Permalink
chore(release): 2.15.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.15.3](v2.15.2...v2.15.3) (2019-06-01)

### Bug Fixes

* πŸ› mocks process.emitWarning for browser compatibility ([e3456b2](e3456b2)), closes [#374](#374)
  • Loading branch information
semantic-release-bot committed Jun 1, 2019
1 parent ca3ce8a commit 446b817
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 @@
## [2.15.3](https://github.com/streamich/memfs/compare/v2.15.2...v2.15.3) (2019-06-01)


### Bug Fixes

* πŸ› mocks process.emitWarning for browser compatibility ([e3456b2](https://github.com/streamich/memfs/commit/e3456b2)), closes [#374](https://github.com/streamich/memfs/issues/374)

## [2.15.2](https://github.com/streamich/memfs/compare/v2.15.1...v2.15.2) (2019-02-16)


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

Please sign in to comment.