From 0c7fc5caa16714cbebbb46a25a64f39f800fc682 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:04:34 +0000 Subject: [PATCH] chore(master): release unchained-wallets 0.6.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bcd0522..5d02000 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a33a009..7c5d2cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.1](https://github.com/unchained-capital/unchained-wallets/compare/unchained-wallets-v0.6.0...unchained-wallets-v0.6.1) (2023-10-20) + + +### Bug Fixes + +* bump @trezor/connect-web patch to fix downstream bug ([cc0beb1](https://github.com/unchained-capital/unchained-wallets/commit/cc0beb14e19bb6689182566ca8a434edc0a27196)) + ## [0.6.0](https://github.com/unchained-capital/unchained-wallets/compare/unchained-wallets-v0.5.3...unchained-wallets-v0.6.0) (2023-09-14) diff --git a/package-lock.json b/package-lock.json index 083965b..1221126 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unchained-wallets", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "unchained-wallets", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "dependencies": { "@babel/polyfill": "^7.7.0", diff --git a/package.json b/package.json index 847f34e..4af3d08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unchained-wallets", - "version": "0.6.0", + "version": "0.6.1", "description": "Unchained Capital's HD Wallets Library", "main": "lib/index.js", "repository": {