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 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" : {
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
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
7577First 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments