From d927f42d64d7119e696e1fb479c3befc89f0c933 Mon Sep 17 00:00:00 2001 From: Walden Raines Date: Wed, 28 Jul 2021 20:11:27 -0400 Subject: [PATCH] chore(release): 0.3.11 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5de7f38..7643d92d 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.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) ### [0.3.9](https://github.com/unchained-capital/caravan/compare/v0.3.8...v0.3.9) (2021-07-28) diff --git a/package-lock.json b/package-lock.json index 962fe8d6..dfb5513d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "caravan", - "version": "0.3.10", + "version": "0.3.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b100ae46..2b990977 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "caravan", - "version": "0.3.10", + "version": "0.3.11", "description": "Unchained Capital's Bitcoin Multisig Application", "main": "index.jsx", "publicPrivate": true,