From a69ba9172f268f72fe60dcc7027414f53815c72c Mon Sep 17 00:00:00 2001 From: achingbrain Date: Thu, 9 Aug 2018 10:23:08 +0100 Subject: [PATCH] chore: release version v0.3.0 License: MIT Signed-off-by: achingbrain --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb3c13a..9693f65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [0.3.0](https://github.com/ipfs/js-ipfs-mfs/compare/v0.2.5...v0.3.0) (2018-08-09) + + +### Performance Improvements + +* write files to repo outside of write lock ([63940b4](https://github.com/ipfs/js-ipfs-mfs/commit/63940b4)) + + + ## [0.2.5](https://github.com/ipfs/js-ipfs-mfs/compare/v0.2.4...v0.2.5) (2018-08-02) diff --git a/package.json b/package.json index 16d2fc0..48eda38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-mfs", - "version": "0.2.5", + "version": "0.3.0", "description": "JavaScript implementation of the IPFS Mutable File System", "leadMaintainer": "Alex Potsides ", "main": "src/index.js",