Skip to content

Commit

Permalink
chore(release): 3.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.3](v3.1.2...v3.1.3) (2020-05-14)

### Bug Fixes

* **deps:** update dependency fs-monkey to v1.0.1 ([10fc705](10fc705))
  • Loading branch information
semantic-release-bot committed May 14, 2020
1 parent 10fc705 commit bfa2a2b
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 @@
## [3.1.3](https://github.com/streamich/memfs/compare/v3.1.2...v3.1.3) (2020-05-14)


### Bug Fixes

* **deps:** update dependency fs-monkey to v1.0.1 ([10fc705](https://github.com/streamich/memfs/commit/10fc705c46d57a4354afb9372a98dcdfed9d551d))

## [3.1.2](https://github.com/streamich/memfs/compare/v3.1.1...v3.1.2) (2020-03-12)


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

Please sign in to comment.