From c722f7f8c8800dd8747c7762bb36d9157c3f23fc Mon Sep 17 00:00:00 2001 From: Yusef Napora Date: Wed, 18 Jan 2017 11:40:49 -0500 Subject: [PATCH] [release 1.5.1] bump version, update CHANGELOG --- CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b9931c..db384d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2016-01-18: aleph-v1.5.1 + +aleph: +- Fixed an issue that caused the aleph statement db to be erased after a period of inactivity. [PR # 165](https://github.com/mediachain/aleph/165) + ## 2016-01-17: aleph-v1.5 mcclient: diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index fd3a007..5e682c0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "aleph", - "version": "1.5.0", + "version": "1.5.1", "dependencies": { "@types/mkdirp": { "version": "0.3.29", diff --git a/package.json b/package.json index d4c8d55..c4b8665 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aleph", - "version": "1.5.0", + "version": "1.5.1", "description": "Mediachain client and javascript peer", "main": "index.js", "scripts": {