chore: cut 6.5.0 release (#8443)

* release: cut 6.5.0 release

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Vasil Trifonov <v.trifonov@gmail.com>
This commit is contained in:
Dimitar Topuzov
2020-03-17 10:10:12 +02:00
committed by GitHub
parent 8dbec723f6
commit 8759aa000d
4 changed files with 30 additions and 9 deletions

View File

@ -41,12 +41,14 @@
"ios": "6.0.0",
"android": "6.0.0"
},
"hooks": [{
"name": "nativescript-core",
"type": "before-checkForChanges",
"script": "cli-hooks/before-checkForChanges.js",
"inject": true
}]
"hooks": [
{
"name": "nativescript-core",
"type": "before-checkForChanges",
"script": "cli-hooks/before-checkForChanges.js",
"inject": true
}
]
},
"snapshot": {
"android": {
@ -58,4 +60,4 @@
}
}
}
}
}