Skip to content

Commit

Permalink
api: Prep for v2.2.1 release (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweininger authored Apr 25, 2024
1 parent 152cbe3 commit 0dd38a5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

## Unreleased

## [2.2.1] - 2024-04-25

* Add "Web PubSub" resource type

## [2.2.0] - 2024-01-30

* Add `getAzExtResourceType` function
Expand Down
3 changes: 2 additions & 1 deletion api/docs/vscode-azureresources-api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ export declare enum AzExtResourceType {
SqlServers = "SqlServers",
VirtualMachineScaleSets = "VirtualMachineScaleSets",
VirtualNetworks = "VirtualNetworks",
WebHostingEnvironments = "WebHostingEnvironments"
WebHostingEnvironments = "WebHostingEnvironments",
WebPubSub = "WebPubSub"
}

/**
Expand Down
4 changes: 2 additions & 2 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/vscode-azureresources-api",
"version": "2.2.0",
"version": "2.2.1",
"description": "Type declarations and client library for the Azure Resources extension API",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0dd38a5

Please sign in to comment.