Skip to content

Commit 6a28ee0

Browse files
Merge pull request #4598 from PowerShell/release
Release `v2023.5.2-preview`
2 parents bce391b + f2d86d8 commit 6a28ee0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# PowerShell Extension Release History
22

3+
## v2023.5.2-preview
4+
### Tuesday, May 23, 2023
5+
6+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
7+
8+
- 🐛 🛫 [vscode-powershell #4584](https://github.com/PowerShell/vscode-powershell/pull/4584) - Robustify startup, error handling, and logging.
9+
10+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.8.6
11+
12+
- 🐛 💭 [vscode-powershell #4582](https://github.com/PowerShell/PowerShellEditorServices/pull/2028) - Ignore cancellation of completion requests.
13+
- 🐛 📟 [vscode-powershell #3991](https://github.com/PowerShell/PowerShellEditorServices/pull/2026) - Fix the `TranscribeOnly` bug (take two).
14+
315
## v2023.5.1-preview
416
### Friday, May 12, 2023
517

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powershell",
33
"displayName": "PowerShell",
4-
"version": "2023.5.1",
4+
"version": "2023.5.2",
55
"preview": false,
66
"publisher": "ms-vscode",
77
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)