Bump version and update changelog (#840)
This commit is contained in:
Родитель
7b3499c724
Коммит
ad88349bbe
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче