diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9d5699..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.3" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b795b39..a33a009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/unchained-capital/unchained-wallets/compare/unchained-wallets-v0.5.3...unchained-wallets-v0.6.0) (2023-09-14) + + +### Features + +* trezor service dev URLs default to browser host. dont assume local ([3d7ffb3](https://github.com/unchained-capital/unchained-wallets/commit/3d7ffb36d5eba3577856b8ca1f071eac8be6b5ed)) + ## [0.5.3](https://github.com/unchained-capital/unchained-wallets/compare/unchained-wallets-v0.5.2...unchained-wallets-v0.5.3) (2023-09-08) diff --git a/package-lock.json b/package-lock.json index 6860822..9b63fb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unchained-wallets", - "version": "0.5.3", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "unchained-wallets", - "version": "0.5.3", + "version": "0.6.0", "license": "MIT", "dependencies": { "@babel/polyfill": "^7.7.0", diff --git a/package.json b/package.json index 5fb4276..357d7af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unchained-wallets", - "version": "0.5.3", + "version": "0.6.0", "description": "Unchained Capital's HD Wallets Library", "main": "lib/index.js", "repository": {