diff --git a/CHANGELOG.md b/CHANGELOG.md index 3722ad3..2a7f330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2.6.4 +* Customize project root in subfolder for cordova-simulate options [#887](https://github.com/microsoft/vscode-cordova/pull/887) +* Add localization for new strings [#867](https://github.com/microsoft/vscode-cordova/pull/867) +* Update Documentation: Add new known issue on iOS debugging [#863](https://github.com/microsoft/vscode-cordova/pull/863) +* Internal changes: + * Fix security vulnerabilities + * Add localization unit tests and related pipeline task [#861](https://github.com/microsoft/vscode-cordova/pull/861) + * Update vscode marketpace badge service [#871](https://github.com/microsoft/vscode-cordova/pull/871) + ## 2.6.3 * Add vscode-js-debug dependency in package.json [#851](https://github.com/microsoft/vscode-cordova/pull/851) * Check updates for all package modules in extension [#858](https://github.com/microsoft/vscode-cordova/pull/858) diff --git a/package-lock.json b/package-lock.json index 301d3ed..d225db0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova-tools", - "version": "2.6.3", + "version": "2.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cordova-tools", - "version": "2.6.3", + "version": "2.6.4", "license": "%cordova.license%", "dependencies": { "@mixer/parallel-prettier": "^2.0.2", diff --git a/package.json b/package.json index 672a9e9..2553c54 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "ionic", "multi-root ready" ], - "version": "2.6.3", + "version": "2.6.4", "private": true, "publisher": "msjsdiag", "icon": "images/icon.png",