diff --git a/CHANGELOG.md b/CHANGELOG.md index f007b92..a1e78d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [0.0.13](https://github.com/ipfs/js-ipfs-mfs/compare/v0.0.12...v0.0.13) (2018-07-04) + + + ## [0.0.12](https://github.com/ipfs/js-ipfs-mfs/compare/v0.0.11...v0.0.12) (2018-07-04) diff --git a/package.json b/package.json index 11232a1..8140249 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-mfs", - "version": "0.0.12", + "version": "0.0.13", "description": "JavaScript implementation of the IPFS Mutable File System", "leadMaintainer": "Alex Potsides ", "main": "src/index.js",