Skip to content

Commit

Permalink
chore(release): 0.18.1 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
cckelly committed Dec 20, 2018
1 parent aa49616 commit 96849dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
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": "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": {
Expand Down

0 comments on commit 96849dc

Please sign in to comment.