diff --git a/CHANGELOG.md b/CHANGELOG.md index b8af33c7be..8ac205a710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # PowerShell Extension Release History +## v2022.5.3-preview +### Thursday, May 19, 2022 + +#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell) + +- 🐛 👷 [vscode-powershell #3993](https://github.com/PowerShell/vscode-powershell/pull/3993) - Revert modifications caused by Code's test run. +- 🐛 🚂 [vscode-powershell #3992](https://github.com/PowerShell/vscode-powershell/pull/3992) - Fix how we check extension mode. + +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) + +No changes. + ## v2022.5.2-preview ### Tuesday, May 17, 2022 diff --git a/package.json b/package.json index 932b0c7b85..c373118145 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "powershell-preview", "displayName": "PowerShell Preview", - "version": "2022.5.2", + "version": "2022.5.3", "preview": true, "publisher": "ms-vscode", "description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!",