api: v2.1.0 release prep (#712)
This commit is contained in:
Родитель
d79518040e
Коммит
dbc8eb0e80
|
@ -2,11 +2,13 @@
|
|||
# Change Log
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
||||
|
||||
## Unreleased
|
||||
|
||||
* Extend `ViewPropertiesModel` to allow async loading of properties
|
||||
## [2.1.0] - 2023-06-13
|
||||
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
||||
* Extend `ViewPropertiesModel` to allow async loading of properties
|
||||
|
||||
## [2.0.4] - 2023-02-22
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@microsoft/vscode-azureresources-api",
|
||||
"version": "2.0.5",
|
||||
"version": "2.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@microsoft/vscode-azureresources-api",
|
||||
"version": "2.0.5",
|
||||
"version": "2.1.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/vscode-azureresources-api",
|
||||
"version": "2.0.5",
|
||||
"version": "2.1.0",
|
||||
"description": "Type declarations and client library for the Azure Resources extension API",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Загрузка…
Ссылка в новой задаче