diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d2b8d4fdd..7e989608d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index d87bfe4d3a..baf2ecb1a7 100644 --- a/package.json +++ b/package.json @@ -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!",