From 3a23f0ad23a64e32b56ee5ccea284a84199ba9d3 Mon Sep 17 00:00:00 2001 From: Walden Raines Date: Thu, 9 Jul 2020 19:58:01 -0400 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 22 +++++++++++++++++++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb08bd84..c86e873a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,23 @@ -# Change Log +# Changelog -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +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.0](https://github.com/unchained-capital/caravan/compare/v0.2.1...v0.3.0) (2020-07-09) + + +### ⚠ BREAKING CHANGES + +* **wallet:** None +* **slices:** None + +### Features + +* **wallet:** starting Address Index loading, picking, exporting ([653132a](https://github.com/unchained-capital/caravan/commit/653132aba3ac1fe19945b79c2f906ee311c9b8aa)), closes [#149](https://github.com/unchained-capital/caravan/issues/149) + + +### Bug Fixes + +* **slices:** confirmAddress can handle unknown method ([fb31758](https://github.com/unchained-capital/caravan/commit/fb31758033df16c2d3545bfc95dd8f7267e416c4)) ## [0.2.1](https://github.com/unchained-capital/caravan/compare/v0.2.0...v.0.2.1) (2020-06-29) diff --git a/package-lock.json b/package-lock.json index 7c2d5c32..9c2a0357 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "caravan", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1ec4107d..58f00d65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "caravan", - "version": "0.2.1", + "version": "0.3.0", "description": "Unchained Capital's Bitcoin Multisig Application", "main": "index.jsx", "publicPrivate": true,