From 96849dc5e69fec8678d55b0e6851bbc2dc91a003 Mon Sep 17 00:00:00 2001 From: cckelly21 Date: Thu, 20 Dec 2018 10:27:05 -0500 Subject: [PATCH] chore(release): 0.18.1 :tada: --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b149e14..1705754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ -# [0.18.0](https://github.com/AraBlocks/ara-filesystem/compare/0.14.0...0.18.0) (2018-12-19) +## [0.18.1](https://github.com/AraBlocks/ara-filesystem/compare/0.14.0...0.18.1) (2018-12-20) ### Bug Fixes * add help(false) back to fix shipright ([49fa8f3](https://github.com/AraBlocks/ara-filesystem/commit/49fa8f3)) * cli global options ([8f0fd16](https://github.com/AraBlocks/ara-filesystem/commit/8f0fd16)) +* **add.js:** fix paths as string causing unncessary add ([aa49616](https://github.com/AraBlocks/ara-filesystem/commit/aa49616)) * **commit.js:** remove sizes from buffer data ([8e81d46](https://github.com/AraBlocks/ara-filesystem/commit/8e81d46)) * **metadata.js:** fix writeFile overwriting existing keys ([7ffe03e](https://github.com/AraBlocks/ara-filesystem/commit/7ffe03e)) * **scripts/test:** enable ganache quiet ([525a470](https://github.com/AraBlocks/ara-filesystem/commit/525a470)) diff --git a/package.json b/package.json index 8bede03..b6e1209 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ara-filesystem", - "version": "0.18.0", + "version": "0.18.1", "description": "The Ara FileSystem, isolated and secure file systems backed by Ara identities.", "main": "index.js", "bin": {