This repository was archived by the owner on Mar 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-comit-app" ,
3
- "version" : " 0.5.2 " ,
3
+ "version" : " 0.6.0 " ,
4
4
"description" : " Set up a local development environment for COMIT apps with one command." ,
5
5
"main" : " cca.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## Unreleased
8
8
9
+ ## [ 0.6.0] - 2019-12-07
10
+
9
11
## Added
10
12
- Windows support :tada : .
11
13
@@ -74,7 +76,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
74
76
75
77
First Release 🎉
76
78
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
78
81
[ 0.5.2 ] : https://github.com/comit-network/create-comit-app/compare/0.5.1...0.5.2
79
82
[ 0.5.1 ] : https://github.com/comit-network/create-comit-app/compare/0.5.0...0.5.1
80
83
[ 0.5.0 ] : https://github.com/comit-network/create-comit-app/compare/0.4.0...0.5.0
Original file line number Diff line number Diff line change 14
14
"license" : " ISC" ,
15
15
"devDependencies" : {
16
16
"@types/readline-sync" : " ^1.4.3" ,
17
- "create-comit-app" : " ^0.5.2 " ,
17
+ "create-comit-app" : " ^0.6.0 " ,
18
18
"jest" : " ^24.9.0" ,
19
19
"prettier" : " ^1.19.1" ,
20
20
"ts-node" : " ^8.5.4" ,
Original file line number Diff line number Diff line change 14
14
"license" : " ISC" ,
15
15
"devDependencies" : {
16
16
"@types/readline-sync" : " ^1.4.3" ,
17
- "create-comit-app" : " ^0.5.2 " ,
17
+ "create-comit-app" : " ^0.6.0 " ,
18
18
"prettier" : " ^1.19.1" ,
19
19
"ts-node" : " ^8.5.4" ,
20
20
"tslint" : " ^5.20.1" ,
Original file line number Diff line number Diff line change 15
15
"license" : " ISC" ,
16
16
"devDependencies" : {
17
17
"@types/readline-sync" : " ^1.4.3" ,
18
- "create-comit-app" : " ^0.5.2 " ,
18
+ "create-comit-app" : " ^0.6.0 " ,
19
19
"prettier" : " ^1.19.1" ,
20
20
"ts-node" : " ^8.5.4" ,
21
21
"tslint" : " ^5.20.1" ,
Original file line number Diff line number Diff line change 13
13
"readline-sync" : " ^1.4.10"
14
14
},
15
15
"devDependencies" : {
16
- "create-comit-app" : " ^0.5.2 "
16
+ "create-comit-app" : " ^0.6.0 "
17
17
}
18
18
}
You can’t perform that action at this time.
0 commit comments