diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e588..bcd05228 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d73308e3..9a4bcf12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. See [standa ### Features * **wallet** wallet registrations and address verification with ledger ([296](https://github.com/unchained-capital/caravan/pull/296)) ([95e2092](https://github.com/unchained-capital/caravan/commit/95e20924924d52a22dd7b85c4a9626f1c1c4a2fa)) +## [0.6.0](https://github.com/unchained-capital/caravan/compare/caravan-v0.5.0...caravan-v0.6.0) (2023-04-17) + + +### Features + +* add support for wallet uuid in configs ([#297](https://github.com/unchained-capital/caravan/issues/297)) ([6675db4](https://github.com/unchained-capital/caravan/commit/6675db41bb14331c2e6de7d377bb8003ee824c28)) + + +### Bug Fixes + +* bad import ([#299](https://github.com/unchained-capital/caravan/issues/299)) ([e646ebb](https://github.com/unchained-capital/caravan/commit/e646ebb0b26f2bf5318a19829c1bbf9cb7c8327d)) + ### [0.4.0](https://github.com/unchained-capital/caravan/compare/v0.3.14...v0.4.0) (2023-03-06) ### Features diff --git a/package-lock.json b/package-lock.json index e3fb9240..d4f401ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "caravan", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "caravan", - "version": "0.5.0", + "version": "0.6.0", "license": "MIT", "dependencies": { "@emotion/react": "^11.10.6", diff --git a/package.json b/package.json index da39d589..a930fa8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "caravan", - "version": "0.5.0", + "version": "0.6.0", "description": "Unchained Capital's Bitcoin Multisig Application", "main": "index.jsx", "publicPrivate": true,