Skip to content

Commit

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

### Bug Fixes

* πŸ› accept `null` as value in `fromJSON` functions ([9e1af7d](9e1af7d))
* πŸ› annotate return type of `toJSON` functions ([6609840](6609840))
  • Loading branch information
semantic-release-bot committed Jun 1, 2019
1 parent 674a1e7 commit e6b809f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.15.4](https://github.com/streamich/memfs/compare/v2.15.3...v2.15.4) (2019-06-01)


### Bug Fixes

* πŸ› accept `null` as value in `fromJSON` functions ([9e1af7d](https://github.com/streamich/memfs/commit/9e1af7d))
* πŸ› annotate return type of `toJSON` functions ([6609840](https://github.com/streamich/memfs/commit/6609840))

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


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.15.3",
"version": "2.15.4",
"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 e6b809f

Please sign in to comment.