This commit is contained in:
Alex Weininger 2023-06-13 12:34:20 -07:00 коммит произвёл GitHub
Родитель d79518040e
Коммит dbc8eb0e80
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 7 добавлений и 5 удалений

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

@ -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

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

@ -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",