From ed66928af27bbfb857444633d4f12a46e49b6136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cruz?= Date: Thu, 30 May 2019 09:22:13 +0100 Subject: [PATCH] chore(release): 0.3.5 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5cc153..e8513e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.3.5](https://github.com/ipfs-shipyard/js-idm-wallet/compare/v0.3.4...v0.3.5) (2019-05-30) + + +### Bug Fixes + +* fix rejection when waiting for image ([d4ad763](https://github.com/ipfs-shipyard/js-idm-wallet/commit/d4ad763)) + + + ## [0.3.4](https://github.com/ipfs-shipyard/js-idm-wallet/compare/v0.3.3...v0.3.4) (2019-05-29) diff --git a/package-lock.json b/package-lock.json index ea78e7d..6f8e65c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "idm-wallet", - "version": "0.3.4", + "version": "0.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0980784..68ddb8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "idm-wallet", - "version": "0.3.4", + "version": "0.3.5", "description": "The reference implementation of the IDM Wallet in JavaScript", "main": "lib/index.js", "module": "es/index.js",