Skip to content

Commit 18b7263

Browse files
v2024.4.0: Call-operator support and various bug fixes (#5083)
1 parent dbae6ab commit 18b7263

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
# PowerShell Extension Release History
22

3+
## v2024.4.0
4+
### Monday, November 04, 2024
5+
6+
With PowerShell Editor Services [v3.21.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v3.21.0)!
7+
8+
Call-operator support and various bug fixes.
9+
10+
See more details at the GitHub Release for [v2024.4.0](https://github.com/PowerShell/vscode-powershell/releases/tag/v2024.4.0).
11+
312
## v2024.5.0-preview
413
### Wednesday, October 30, 2024
514

615
With PowerShell Editor Services [v3.21.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v3.21.0)!
716

8-
Call-operator support and various bug fixes
17+
Call-operator support and various bug fixes.
918

1019
See more details at the GitHub Release for [v2024.5.0-preview](https://github.com/PowerShell/vscode-powershell/releases/tag/v2024.5.0-preview).
1120

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

0 commit comments

Comments
 (0)