From b14c7a608e3a4e03498000965a0be6c9a823db19 Mon Sep 17 00:00:00 2001 From: Andy Jordan Date: Wed, 15 Mar 2023 13:32:38 -0700 Subject: [PATCH 1/2] Update CHANGELOG for `v2023.3.1-preview` --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 452d3358f8..431dfcfab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # PowerShell Extension Release History +## v2023.3.1-preview +### Wednesday, March 15, 2023 + +#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell) + +- ✨ 👷 [vscode-powershell #3716](https://github.com/PowerShell/vscode-powershell/pull/4462) - Adopt the pre-release extension feature. +- 🐛 ✂️ [vscode-powershell #4455](https://github.com/PowerShell/vscode-powershell/pull/4455) - Fix up "Calculated Property" snippet. (Thanks @DougDyreng!) +- 🐛 📺 [vscode-powershell #4453](https://github.com/PowerShell/vscode-powershell/pull/4454) - Fix `GenerateBugReport` command to pre-fill template. + +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.8.2 + +No changes. + ## v2023.3.0-preview ### Thursday, March 09, 2023 From 195c06494398575bfb33adb9cdb46028b68869f1 Mon Sep 17 00:00:00 2001 From: Andy Jordan Date: Wed, 15 Mar 2023 13:32:38 -0700 Subject: [PATCH 2/2] Bump version to `v2023.3.1-preview` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 352b9fb652..e215735b91 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "powershell", "displayName": "PowerShell", - "version": "2023.3.0", + "version": "2023.3.1", "preview": true, "publisher": "ms-vscode", "description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",