Prepare for 2.4.1 (#753)
* bump version to 2.4.1 * Update CHANGELOG.md Co-authored-by: RedMickey <33267199+RedMickey@users.noreply.github.com>
This commit is contained in:
Родитель
0aae6d0bf9
Коммит
b4186b6250
|
@ -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)
|
||||
|
|
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче