v0.11.0 release prep (#591)
This commit is contained in:
Родитель
5bd5b611e3
Коммит
eade12f8e7
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,6 +1,17 @@
|
|||
# Change Log
|
||||
All notable changes to the "ms-vscode.azure-account" extension will be documented in this file.
|
||||
|
||||
## [0.11.0]
|
||||
|
||||
### Changed
|
||||
- Log all URLs that the extension tries to reach [#520](https://github.com/microsoft/vscode-azure-account/pull/520)
|
||||
- Use new redirect server [#546](https://github.com/microsoft/vscode-azure-account/pull/546)
|
||||
- Update @vscode/extension-telemetry to 0.6.2 [#588](https://github.com/microsoft/vscode-azure-account/pull/588)
|
||||
|
||||
### Fixed
|
||||
- Errors in cloud shell when switching authentication library [#380](https://github.com/microsoft/vscode-azure-account/pull/380)
|
||||
- Show toast notification prompting to sign out/back in when changing settings [#511](https://github.com/microsoft/vscode-azure-account/pull/511)
|
||||
|
||||
## [0.10.1]
|
||||
|
||||
### Added
|
||||
|
|
1057
NOTICE.txt
1057
NOTICE.txt
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "azure-account",
|
||||
"version": "0.10.2-alpha",
|
||||
"version": "0.11.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "azure-account",
|
||||
"version": "0.10.2-alpha",
|
||||
"version": "0.11.0",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"dependencies": {
|
||||
"@azure/arm-resources": "^4.2.2",
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"color": "#0072c6",
|
||||
"theme": "dark"
|
||||
},
|
||||
"version": "0.10.2-alpha",
|
||||
"version": "0.11.0",
|
||||
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
|
||||
"publisher": "ms-vscode",
|
||||
"engines": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче