diff --git a/.npm/package.json b/.npm/package.json index 95e234488..59820834f 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 07937a521..21ca9495f 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. - Add code comments in `separate_apps` to describe the behaviour and help app developers understand how to use COMIT SDK. ## [0.5.0] - 2019-11-28 @@ -64,7 +66,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"