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

Commit

Permalink
Release create-comit-app 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Royer committed Feb 2, 2020
1 parent f7f7972 commit 8fec581
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
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.

8 changes: 6 additions & 2 deletions create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.8.3] - 2020-02-02

## Changed
- Upgrade `examples/btc_eth` to `comit-sdk@0.10.0`
- Upgrade all examples to `comit-sdk@0.10.0`.
- Upgrade all examples to `comit-scripts@0.8.3`

## [0.8.2] - 2020-01-17

Expand Down Expand Up @@ -107,7 +110,8 @@ Meaning that now COMIT Apps must depends on `comit-scripts` package instead of `

First Release 🎉

[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.8.2...HEAD
[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.8.3...HEAD
[0.8.3]: https://github.com/comit-network/create-comit-app/compare/0.8.2...0.8.3
[0.8.2]: https://github.com/comit-network/create-comit-app/compare/0.8.1...0.8.2
[0.8.1]: https://github.com/comit-network/create-comit-app/compare/0.8.0...0.8.1
[0.8.0]: https://github.com/comit-network/create-comit-app/compare/0.7.0...0.8.0
Expand Down
2 changes: 1 addition & 1 deletion create/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "create-comit-app"
version = "0.8.2"
version = "0.8.3"
authors = ["CoBloX developers <team@coblox.tech>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion create/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-comit-app",
"version": "0.8.2",
"version": "0.8.3",
"description": "Create a new COMIT app with one command.",
"main": "./main.js",
"scripts": {
Expand Down

0 comments on commit 8fec581

Please sign in to comment.