Skip to content

Commit

Permalink
chore(release): 2.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.15.0](v2.14.2...v2.15.0) (2019-01-27)

### Features

* **volume:** add env variable to suppress fs.promise api warnings ([e6b6d0a](e6b6d0a))
  • Loading branch information
semantic-release-bot committed Jan 27, 2019
1 parent 978951c commit 534350b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.15.0](https://github.com/streamich/memfs/compare/v2.14.2...v2.15.0) (2019-01-27)


### Features

* **volume:** add env variable to suppress fs.promise api warnings ([e6b6d0a](https://github.com/streamich/memfs/commit/e6b6d0a))

## [2.14.2](https://github.com/streamich/memfs/compare/v2.14.1...v2.14.2) (2018-12-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memfs",
"version": "2.14.2",
"version": "2.15.0",
"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 534350b

Please sign in to comment.