Skip to content

Commit

Permalink
Merge pull request #4855 from PowerShell/release
Browse files Browse the repository at this point in the history
Release `v2023.11.1-preview`
  • Loading branch information
andyleejordan authored Dec 8, 2023
2 parents 0a2ef73 + 23d81bf commit ed2b136
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# PowerShell Extension Release History

## v2023.11.1-preview
### Thursday, December 07, 2023

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

- #️⃣ 🙏 [vscode-powershell #4833](https://github.com/PowerShell/vscode-powershell/pull/4833) - Setup ``actions/stale`` for issue management.

#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.15.0

- 🐛 🔍 [vscode-powershell #4816](https://github.com/PowerShell/PowerShellEditorServices/pull/2097) - When the built-in `$null` was watched its value was incorrect.
- 🐛 🚂 [vscode-powershell #4814](https://github.com/PowerShell/PowerShellEditorServices/pull/2096) - Allow `WorkspacePaths` to be empty if we're not in a workspace.

## v2023.11.0-preview
### Tuesday, November 07, 2023

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "powershell",
"displayName": "PowerShell",
"version": "2023.11.0",
"version": "2023.11.1",
"preview": false,
"publisher": "ms-vscode",
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
Expand Down

0 comments on commit ed2b136

Please sign in to comment.