Skip to content

Commit 2562989

Browse files
Merge pull request #3995 from PowerShell/release
Release `v2022.5.4-preview`
2 parents 395eb93 + 66181e3 commit 2562989

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## v2022.5.4-preview
4+
### Thursday, May 19, 2022
5+
6+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
7+
8+
9+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
10+
11+
- 🐛 🛫 [PowerShellEditorServices #1807](https://github.com/PowerShell/PowerShellEditorServices/pull/1807) - Fix startup bug when zero profiles are present.
12+
313
## v2022.5.3-preview
414
### Thursday, May 19, 2022
515

package.json

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

0 commit comments

Comments
 (0)