* Prepare for 1.6.0
This commit is contained in:
Yuri Skorokhodov 2018-11-27 13:54:29 +03:00 коммит произвёл GitHub
Родитель 9d46618e09
Коммит e1a3bbdf34
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 9 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,10 @@
## 1.6.0
* Move to Azure pipelines builds instead of Travis CI for pull requests validation
* `previewHtml` will be deprecated in the future releases of VS Code and due to this the following changes were made:
* Simulate window now opens in a browser instead of opening inside VS Code
* `simulatorInExternalBrowser` and `cordova.simulatorInExternalBrowser` settings was removed
## 1.5.1
* Return extension name back to "Cordova Tools"

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "cordova-tools",
"version": "1.5.1",
"version": "1.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -7,7 +7,7 @@
"ionic",
"multi-root ready"
],
"version": "1.5.1",
"version": "1.6.0",
"private": true,
"publisher": "vsmobile",
"icon": "images/icon.png",