Skip to content

Commit 81cb8e5

Browse files
Merge pull request #4605 from PowerShell/release
Release `v2023.5.4-preview`
2 parents 8c6697c + 58c93ab commit 81cb8e5

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

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

3+
## v2023.5.4-preview
4+
### Tuesday, May 30, 2023
5+
6+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
7+
8+
No changes, just pulling in PSES.
9+
10+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.8.7
11+
12+
- 🐛 📟 [PowerShellEditorServices #2031](https://github.com/PowerShell/PowerShellEditorServices/pull/2031) - Fix the `TranscribeOnly` bug (take three).
13+
314
## v2023.5.3-preview
415
### Wednesday, May 24, 2023
516

@@ -9,8 +20,7 @@
920

1021
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.8.6
1122

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).
23+
No changes.
1424

1525
## v2023.5.2-preview
1626
### Tuesday, May 23, 2023

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.5.3",
4+
"version": "2023.5.4",
55
"preview": false,
66
"publisher": "ms-vscode",
77
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)