From bae5c1d350c52347a0fbe9b9fe2db7ab372ba2cd Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Mon, 2 Dec 2019 13:55:31 +1100 Subject: [PATCH] Release 0.5.1 --- .npm/package.json | 2 +- CHANGELOG.md | 7 +++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.npm/package.json b/.npm/package.json index fdf81c5b2..5d4905d9a 100644 --- a/.npm/package.json +++ b/.npm/package.json @@ -1,6 +1,6 @@ { "name": "create-comit-app", - "version": "0.5.0", + "version": "0.5.1", "description": " Set up a local development environment for COMIT apps with one command.", "main": "cca.js", "scripts": { diff --git a/CHANGELOG.md b/CHANGELOG.md index 75cf4886c..5771504ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1] - 2019-12-02 + ## Fixed -- Upgrade `separate_apps` example to comit-sdk 0.7.0 to fix maker auto-accept. +- Upgrade `separate_apps` example to comit-sdk 0.7.1 to fix maker auto-accept. ## [0.5.0] - 2019-11-28 @@ -63,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 First Release 🎉 -[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.5.0...HEAD +[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.5.1...HEAD +[0.5.1]: https://github.com/comit-network/create-comit-app/compare/0.5.0...0.5.1 [0.5.0]: https://github.com/comit-network/create-comit-app/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/comit-network/create-comit-app/compare/0.3.0...0.4.0 [0.3.0]: https://github.com/comit-network/create-comit-app/compare/0.2.1...0.3.0 diff --git a/Cargo.lock b/Cargo.lock index 8a2a4dbfc..6cabe32f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -330,7 +330,7 @@ dependencies = [ [[package]] name = "create-comit-app" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", "bitcoin 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index eb491cb92..505d37ed6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "create-comit-app" -version = "0.5.0" +version = "0.5.1" authors = ["CoBloX developers "] edition = "2018"