diff --git a/CHANGELOG.md b/CHANGELOG.md index 7643d92d..ce8cefdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [0.3.12](https://github.com/unchained-capital/caravan/compare/v0.3.11...v0.3.12) (2021-07-29) + ### [0.3.11](https://github.com/unchained-capital/caravan/compare/v0.3.10...v0.3.11) (2021-07-29) ### [0.3.10](https://github.com/unchained-capital/caravan/compare/v0.3.9...v0.3.10) (2021-07-29) diff --git a/package-lock.json b/package-lock.json index dfb5513d..6019672d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "caravan", - "version": "0.3.11", + "version": "0.3.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2b990977..0d4fe219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "caravan", - "version": "0.3.11", + "version": "0.3.12", "description": "Unchained Capital's Bitcoin Multisig Application", "main": "index.jsx", "publicPrivate": true,