From 11056247826dc8397a7ba3bddc86f3f794d76bea Mon Sep 17 00:00:00 2001 From: Joel Torstensson Date: Thu, 25 Apr 2019 17:05:04 +0200 Subject: [PATCH] Release v1.7.1 --- RELEASE-NOTES.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 7362005f..83f4fb13 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,10 @@ # Release Notes +## v1.7.1 - 2019-04-25 +* Fix: Throw error on openSpace if user denies consent +* Fix: Return correct timestamp format in metadata +* Docs: Updated documentation for idUtils, and added better general api description + ## v1.7.0 - 2019-04-12 * Feature: Add ability to get metadata for entries * Feature: Add idUtils helper functions diff --git a/package.json b/package.json index c83156c0..1bca3673 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "3box", - "version": "1.7.0", + "version": "1.7.1", "description": "Interact with user data", "main": "lib/3box.js", "directories": {