From 4eeff0dc543a07e75bd5c28fec182447e486734d Mon Sep 17 00:00:00 2001 From: Zach Ferland Date: Wed, 20 Mar 2019 11:10:58 -0400 Subject: [PATCH] release v1.5.1 --- RELEASE-NOTES.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4e0aec77..ad05be97 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,8 @@ # Release Notes +## v1.5.1 - 2019-03-20 +* Fix for profiles/stores in Trustwallet, now expected stores will be created and loaded + ## v1.5.0 - 2019-03-12 * Add support for getting public space data * Add support for listing spaces of a user diff --git a/package.json b/package.json index 2e468a72..7565c256 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "3box", - "version": "1.5.0", + "version": "1.5.1", "description": "Interact with user data", "main": "lib/3box.js", "directories": {