Skip to content

Commit

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

### Bug Fixes

* fds to start from 0x7fffffff instead of 0xffffffff ([#277](#277)) ([31e44ba](31e44ba))
  • Loading branch information
semantic-release-bot committed Dec 11, 2018
1 parent 31e44ba commit f45030c
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.2](https://github.com/streamich/memfs/compare/v2.14.1...v2.14.2) (2018-12-11)


### Bug Fixes

* fds to start from 0x7fffffff instead of 0xffffffff ([#277](https://github.com/streamich/memfs/issues/277)) ([31e44ba](https://github.com/streamich/memfs/commit/31e44ba))

## [2.14.1](https://github.com/streamich/memfs/compare/v2.14.0...v2.14.1) (2018-11-29)


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.1",
"version": "2.14.2",
"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 f45030c

Please sign in to comment.