Skip to content

Commit 071a635

Browse files
Merge pull request #3996 from PowerShell/release
Release `v2022.5.5-preview`
2 parents 2562989 + 1cee9dd commit 071a635

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## v2022.5.5-preview
4+
### Friday, May 20, 2022
5+
6+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
7+
8+
No changes.
9+
10+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
11+
12+
- ✨ 🧠 [PowerShellEditorServices #1809](https://github.com/PowerShell/PowerShellEditorServices/pull/1809) - Additional IntelliSense fixes and ToolTip overhaul.
13+
314
## v2022.5.4-preview
415
### Thursday, May 19, 2022
516

617
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
718

19+
No changes.
820

921
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
1022

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.4",
4+
"version": "2022.5.5",
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)