Skip to content

Commit db72c2e

Browse files
Merge pull request #4461 from PowerShell/release
Release `v2023.3.1-preview`
2 parents b6ab339 + 195c064 commit db72c2e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# PowerShell Extension Release History
22

3+
## v2023.3.1-preview
4+
### Wednesday, March 15, 2023
5+
6+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
7+
8+
- ✨ 👷 [vscode-powershell #3716](https://github.com/PowerShell/vscode-powershell/pull/4462) - Adopt the pre-release extension feature.
9+
- 🐛 ✂️ [vscode-powershell #4455](https://github.com/PowerShell/vscode-powershell/pull/4455) - Fix up "Calculated Property" snippet. (Thanks @DougDyreng!)
10+
- 🐛 📺 [vscode-powershell #4453](https://github.com/PowerShell/vscode-powershell/pull/4454) - Fix `GenerateBugReport` command to pre-fill template.
11+
12+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.8.2
13+
14+
No changes.
15+
316
## v2023.3.0-preview
417
### Thursday, March 09, 2023
518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powershell",
33
"displayName": "PowerShell",
4-
"version": "2023.3.0",
4+
"version": "2023.3.1",
55
"preview": true,
66
"publisher": "ms-vscode",
77
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)