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

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Royer committed Dec 2, 2019
1 parent 2e7cbad commit bae5c1d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .npm/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "create-comit-app"
version = "0.5.0"
version = "0.5.1"
authors = ["CoBloX developers <team@coblox.tech>"]
edition = "2018"

Expand Down

0 comments on commit bae5c1d

Please sign in to comment.