diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b870c5e6..0db4c771 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 6b3fad55..266c1738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.3](https://github.com/unchained-capital/caravan/compare/caravan-v1.0.2...caravan-v1.0.3) (2024-02-29) + + +### Bug Fixes + +* typography tweak to deprecation banner ([b00a6bf](https://github.com/unchained-capital/caravan/commit/b00a6bf8ca8d76073ab1ac9370ab1bdc6efa423c)) + ## [1.0.2](https://github.com/unchained-capital/caravan/compare/caravan-v1.0.1...caravan-v1.0.2) (2024-01-29) diff --git a/package-lock.json b/package-lock.json index 14006bea..9b406202 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "caravan", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "caravan", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "@caravan/descriptors": "^0.0.5", diff --git a/package.json b/package.json index ab307b5e..5c5a5d91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "caravan", - "version": "1.0.2", + "version": "1.0.3", "description": "Unchained Capital's Bitcoin Multisig Application", "main": "index.jsx", "publicPrivate": true,