diff --git a/.changeset/calm-ligers-chew.md b/.changeset/calm-ligers-chew.md deleted file mode 100644 index 22a8dd34..00000000 --- a/.changeset/calm-ligers-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@caravan/coordinator": patch ---- - -Enable caravan coordinator to be run without the subpath which is primarily just for supporting github pages hosting but causes issues in other environments diff --git a/apps/coordinator/CHANGELOG.md b/apps/coordinator/CHANGELOG.md index 475d5c03..06ff7064 100644 --- a/apps/coordinator/CHANGELOG.md +++ b/apps/coordinator/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.0.3 + +### Patch Changes + +- [#11](https://github.com/caravan-bitcoin/caravan/pull/11) [`fa74b6c`](https://github.com/caravan-bitcoin/caravan/commit/fa74b6c8cd527b8b558490f4fe2521986c6223b6) Thanks [@bucko13](https://github.com/bucko13)! - Enable caravan coordinator to be run without the subpath which is primarily just for supporting github pages hosting but causes issues in other environments + ## 0.0.2 ### Patch Changes diff --git a/apps/coordinator/package.json b/apps/coordinator/package.json index 54634b61..edb6c59a 100644 --- a/apps/coordinator/package.json +++ b/apps/coordinator/package.json @@ -1,6 +1,6 @@ { "name": "@caravan/coordinator", - "version": "0.0.2", + "version": "0.0.3", "description": "Unchained Capital's Bitcoin Multisig Coordinator Application", "main": "index.jsx", "private": true,