Bump version and update changelog (#840)

This commit is contained in:
Alex Weininger 2024-04-17 13:04:53 -05:00 коммит произвёл GitHub
Родитель 7b3499c724
Коммит ad88349bbe
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 11 добавлений и 3 удалений

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

@ -2,8 +2,16 @@
## Unreleased
## 0.8.5 - 2024-04-18
### Fixed
* [[820]](https://github.com/microsoft/vscode-azureresourcegroups/pull/820) Fix bug that prevents resource groups from loading when there's a ghost resource
* [[825]](https://github.com/microsoft/vscode-azureresourcegroups/pull/825) Throw a better error for any item that resolves as undefined
### Engineering
* [[829]](https://github.com/microsoft/vscode-azureresourcegroups/pull/829) Add `listSubscriptions` method to v1 Resource Groups API to support [4402](https://github.com/microsoft/vscode-azurefunctions/pull/4042)
* [[836]](https://github.com/microsoft/vscode-azureresourcegroups/pull/836) Add maintainCloudShellConnection command
## 0.8.4 - 2024-02-07

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

@ -1,12 +1,12 @@
{
"name": "vscode-azureresourcegroups",
"version": "0.8.4",
"version": "0.8.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-azureresourcegroups",
"version": "0.8.4",
"version": "0.8.5",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@azure/arm-resources": "^5.2.0",

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

@ -2,7 +2,7 @@
"name": "vscode-azureresourcegroups",
"displayName": "Azure Resources",
"description": "%azureResourceGroups.description%",
"version": "0.8.4",
"version": "0.8.5",
"publisher": "ms-azuretools",
"icon": "resources/resourceGroup.png",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",