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

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
### Added
- Publish create-comit-app on npmjs.com.

### Changed
- Fix the odd initial Ether amount.
  • Loading branch information
Franck Royer committed Oct 4, 2019
1 parent 07759bf commit cd69c28
Show file tree
Hide file tree
Showing 4 changed files with 9 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.2.0",
"version": "0.2.1",
"description": " Set up a local development environment for COMIT apps with one command.",
"main": "create-comit-app",
"scripts": {
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.2.1 - 2019-10-04

### Added
- Publish create-comit-app on npmjs.com.

### Changed
- Fix the odd initial Ether amount.
Expand All @@ -27,6 +30,7 @@ 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.2.0...HEAD
[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.2.1...HEAD
[0.2.1]: https://github.com/comit-network/create-comit-app/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/comit-network/create-comit-app/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/comit-network/create-comit-app/releases/tag/0.1.0
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.2.0"
version = "0.2.1"
authors = ["CoBloX developers <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit cd69c28

Please sign in to comment.