diff --git a/ext/vscode/CHANGELOG.md b/ext/vscode/CHANGELOG.md index 28769002faa..7d82794df7e 100644 --- a/ext/vscode/CHANGELOG.md +++ b/ext/vscode/CHANGELOG.md @@ -10,6 +10,12 @@ ### Other Changes +## 0.8.4 (2024-10-28) + +### Other Changes + - [[#4420]](https://github.com/Azure/azure-dev/pull/4420) Add option to suppress readme + - [[#3894]](https://github.com/Azure/azure-dev/pull/3894) Add agent skill wrapping for down command + ## 0.8.3 (2024-05-07) ### Other Changes diff --git a/ext/vscode/package-lock.json b/ext/vscode/package-lock.json index d440966c191..8c34c1d3f99 100644 --- a/ext/vscode/package-lock.json +++ b/ext/vscode/package-lock.json @@ -1,12 +1,12 @@ { "name": "azure-dev", - "version": "0.9.0-alpha.1", + "version": "0.8.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "azure-dev", - "version": "0.9.0-alpha.1", + "version": "0.8.4", "license": "MIT", "dependencies": { "@microsoft/vscode-azext-utils": "~2", diff --git a/ext/vscode/package.json b/ext/vscode/package.json index f9f06a3f6f2..e54a3636fe4 100644 --- a/ext/vscode/package.json +++ b/ext/vscode/package.json @@ -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.9.0-alpha.1", + "version": "0.8.4", "license": "MIT", "icon": "resources/icon.png", "preview": true,