From cb35158e645bb903f12596ab1241c278db5ae407 Mon Sep 17 00:00:00 2001 From: Ivan Shumkov Date: Wed, 1 Jul 2020 16:03:46 +0300 Subject: [PATCH] chore(release): update changelog and bump version to `7.13.4` (#162) --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 5 ++--- package.json | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab09d75a..daf316d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [7.13.4](https://github.com/dashevo/wallet-lib/compare/v7.13.3...v7.13.4) (2020-07-01) + + +### Bug Fixes + +* simple transaction do not have any 4 inputs limitation ([#158](https://github.com/dashevo/wallet-lib/issues/158)) +* **account:** forward all storage events ([#159](https://github.com/dashevo/wallet-lib/issues/159)) + + +### Features + +* update dashcore-lib and DAPI Client ([#161](https://github.com/dashevo/wallet-lib/issues/161)) + + + # [7.13.3](https://github.com/dashevo/wallet-lib/compare/v7.13.2...v7.13.3) (2020-06-16) - **Fixes:** diff --git a/package-lock.json b/package-lock.json index f52b8448..1605f868 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dashevo/wallet-lib", - "version": "7.13.3", + "version": "7.13.4", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -9369,8 +9369,7 @@ }, "minimist": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", + "resolved": "", "dev": true }, "os-locale": { diff --git a/package.json b/package.json index 9fa5e85c..9dd5d684 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dashevo/wallet-lib", - "version": "7.13.3", + "version": "7.13.4", "description": "Light wallet library for Dash", "main": "src/index.js", "unpkg": "dist/wallet-lib.min.js",