Skip to content

Commit

Permalink
chore(release): 2.14.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.14.0](v2.13.1...v2.14.0) (2018-11-12)

### Features

* add bigint option support ([00a017e](00a017e))
  • Loading branch information
semantic-release-bot committed Nov 12, 2018
1 parent 3809279 commit 02c7422
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.14.0](https://github.com/streamich/memfs/compare/v2.13.1...v2.14.0) (2018-11-12)


### Features

* add bigint option support ([00a017e](https://github.com/streamich/memfs/commit/00a017e))

## [2.13.1](https://github.com/streamich/memfs/compare/v2.13.0...v2.13.1) (2018-11-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.13.1",
"version": "2.14.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 02c7422

Please sign in to comment.