* bump version to 2.4.1

* Update CHANGELOG.md

Co-authored-by: RedMickey <33267199+RedMickey@users.noreply.github.com>
This commit is contained in:
JiglioNero 2022-01-27 16:04:04 +03:00 коммит произвёл GitHub
Родитель 0aae6d0bf9
Коммит b4186b6250
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 7 добавлений и 2 удалений

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

@ -1,3 +1,8 @@
## 2.4.1
* Added Ionic 6 version support [#748](https://github.com/microsoft/vscode-cordova/pull/748)
* Implemented the `spaUrlRewrite` option for Simulate debug scenarios to improve page refreshing in case of URL rewrites caused by the router in single page applications [#750](https://github.com/microsoft/vscode-cordova/issues/750)
* Fixed security vulnerabilities [#751](https://github.com/microsoft/vscode-cordova/pull/751), [#752](https://github.com/microsoft/vscode-cordova/pull/752)
## 2.4.0
* Improved Android device and emulator targets selection [#736](https://github.com/microsoft/vscode-cordova/pull/736)
* Fixed security vulnerabilities [#740](https://github.com/microsoft/vscode-cordova/pull/740), [#743](https://github.com/microsoft/vscode-cordova/pull/743)

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

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

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

@ -7,7 +7,7 @@
"ionic",
"multi-root ready"
],
"version": "2.4.0",
"version": "2.4.1",
"private": true,
"publisher": "msjsdiag",
"icon": "images/icon.png",