Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
chore(master): release caravan 0.6.0 (#302)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 17, 2023
1 parent d6cf7a5 commit 8152837
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.6.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 8152837

Please sign in to comment.