Skip to content

Commit 02bd690

Browse files
committed
Update changelog and version
1 parent 7dc9819 commit 02bd690

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

api/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

77
## Unreleased
88

9+
## [4.0.0] - 2025-11-??
10+
11+
* Add tooling to simplify Azure Resources API requests through the new auth layer. Includes new auth handshake guide in the README, new tools for modifying client APIs and initiating the handshake request, and updates to some types including `AzureExtensionApi`.
12+
913
## [3.0.0] - 2025-10-06
1014

1115
* Package is now a combined CJS+ESM package.

api/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/vscode-azureresources-api",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Type declarations and client library for the Azure Resources extension API",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)