diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b870c5e..0db4c77 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "1.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b885754..f30c3b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/unchained-capital/unchained-wallets/compare/unchained-wallets-v1.0.2...unchained-wallets-v1.0.3) (2023-11-17) + + +### Bug Fixes + +* lock ledger dependencies to avoid js errors ([f115e68](https://github.com/unchained-capital/unchained-wallets/commit/f115e686d90669bceb13c056eac29f12109e6764)) + ## [1.0.2](https://github.com/unchained-capital/unchained-wallets/compare/unchained-wallets-v1.0.1...unchained-wallets-v1.0.2) (2023-11-06) diff --git a/package-lock.json b/package-lock.json index daef8f3..c4bd357 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unchained-wallets", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "unchained-wallets", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "@babel/polyfill": "^7.7.0", diff --git a/package.json b/package.json index c0c7e02..5557a3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unchained-wallets", - "version": "1.0.2", + "version": "1.0.3", "description": "Unchained Capital's HD Wallets Library", "main": "lib/index.js", "repository": {