Skip to content

Commit

Permalink
Increment VSCode Extension version after release (#3869)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed May 7, 2024
1 parent 651394c commit fdb82c1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions ext/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 0.9.0-alpha.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 0.8.3 (2024-05-07)

### Other Changes
Expand Down
4 changes: 2 additions & 2 deletions ext/vscode/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 ext/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-dev",
"displayName": "Azure Developer CLI",
"description": "Makes it easy to run, provision, and deploy Azure applications using the Azure Developer CLI",
"version": "0.8.3",
"version": "0.9.0-alpha.1",
"license": "MIT",
"icon": "resources/icon.png",
"preview": true,
Expand Down

0 comments on commit fdb82c1

Please sign in to comment.