From 7fcc139f1c2c89725bf6da128546e79303daab10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:55:13 +0000 Subject: [PATCH] chore(master): release caravan 1.0.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 37fcefaa..8d7e5f13 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a427aec9..263e3de2 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.1](https://github.com/unchained-capital/caravan/compare/caravan-v1.0.0...caravan-v1.0.1) (2024-01-10) + + +### Bug Fixes + +* **build:** pass git sha to build properly ([a93d65b](https://github.com/unchained-capital/caravan/commit/a93d65bcab59855ed1049e776374931c5c0f5c1c)) + ## [1.0.0](https://github.com/unchained-capital/caravan/compare/caravan-v0.7.0...caravan-v1.0.0) (2024-01-10) diff --git a/package-lock.json b/package-lock.json index cb2be2cc..8378a515 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "caravan", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "caravan", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@emotion/react": "^11.10.6", diff --git a/package.json b/package.json index 01cc3d52..4620c9c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "caravan", - "version": "1.0.0", + "version": "1.0.1", "description": "Unchained Capital's Bitcoin Multisig Application", "main": "index.jsx", "publicPrivate": true,