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

Commit 9ff6027

Browse files
Release version 0.6.0
1 parent fc1c0dd commit 9ff6027

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
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.2",
3+
"version": "0.6.0",
44
"description": " Set up a local development environment for COMIT apps with one command.",
55
"main": "cca.js",
66
"scripts": {

CHANGELOG.md

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

77
## Unreleased
88

9+
## [0.6.0] - 2019-12-07
10+
911
## Added
1012
- Windows support :tada:.
1113

@@ -74,7 +76,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7476

7577
First Release 🎉
7678

77-
[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.5.2...HEAD
79+
[Unreleased]: https://github.com/comit-network/create-comit-app/compare/0.6.0...HEAD
80+
[0.6.0]: https://github.com/comit-network/create-comit-app/compare/0.5.2...0.6.0
7881
[0.5.2]: https://github.com/comit-network/create-comit-app/compare/0.5.1...0.5.2
7982
[0.5.1]: https://github.com/comit-network/create-comit-app/compare/0.5.0...0.5.1
8083
[0.5.0]: https://github.com/comit-network/create-comit-app/compare/0.4.0...0.5.0

new_project/examples/btc_eth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "ISC",
1515
"devDependencies": {
1616
"@types/readline-sync": "^1.4.3",
17-
"create-comit-app": "^0.5.2",
17+
"create-comit-app": "^0.6.0",
1818
"jest": "^24.9.0",
1919
"prettier": "^1.19.1",
2020
"ts-node": "^8.5.4",

new_project/examples/erc20_btc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "ISC",
1515
"devDependencies": {
1616
"@types/readline-sync": "^1.4.3",
17-
"create-comit-app": "^0.5.2",
17+
"create-comit-app": "^0.6.0",
1818
"prettier": "^1.19.1",
1919
"ts-node": "^8.5.4",
2020
"tslint": "^5.20.1",

new_project/examples/separate_apps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"license": "ISC",
1616
"devDependencies": {
1717
"@types/readline-sync": "^1.4.3",
18-
"create-comit-app": "^0.5.2",
18+
"create-comit-app": "^0.6.0",
1919
"prettier": "^1.19.1",
2020
"ts-node": "^8.5.4",
2121
"tslint": "^5.20.1",

new_project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"readline-sync": "^1.4.10"
1414
},
1515
"devDependencies": {
16-
"create-comit-app": "^0.5.2"
16+
"create-comit-app": "^0.6.0"
1717
}
1818
}

0 commit comments

Comments
 (0)