Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit b8e599e

Browse files
author
Franck Royer
committed
Release 0.5.1
1 parent 9e9c121 commit b8e599e

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-comit-app",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": " Set up a local development environment for COMIT apps with one command.",
55
"main": "cca.js",
66
"scripts": {

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.5.1] - 2019-12-02
10+
911
## Fixed
10-
- Upgrade `separate_apps` example to comit-sdk 0.7.0 to fix maker auto-accept.
12+
- Upgrade `separate_apps` example to comit-sdk 0.7.1 to fix maker auto-accept.
1113
- Add code comments in `separate_apps` to describe the behaviour and help app developers understand how to use COMIT SDK.
1214

1315
## [0.5.0] - 2019-11-28
@@ -64,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6466

6567
First Release 🎉
6668

67-
[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.5.0...HEAD
69+
[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.5.1...HEAD
70+
[0.5.1]: https://github.com/comit-network/create-comit-app/compare/0.5.0...0.5.1
6871
[0.5.0]: https://github.com/comit-network/create-comit-app/compare/0.4.0...0.5.0
6972
[0.4.0]: https://github.com/comit-network/create-comit-app/compare/0.3.0...0.4.0
7073
[0.3.0]: https://github.com/comit-network/create-comit-app/compare/0.2.1...0.3.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "create-comit-app"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["CoBloX developers <team@coblox.tech>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)