From 17888a699c1df10597ad57c769ba502cf64cee05 Mon Sep 17 00:00:00 2001 From: Andy Jordan Date: Mon, 17 Oct 2022 13:34:46 -0700 Subject: [PATCH 1/2] Update CHANGELOG for `v2022.10.1-preview` --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dafe69155e..4b2dab6361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # PowerShell Extension Release History +## v2022.10.1-preview +### Monday, October 17, 2022 + +#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell) + +- ✨ 🚂 [vscode-powershell #3561](https://github.com/PowerShell/vscode-powershell/pull/4206) - Enable `strict` TypeScript mode . +- 🐛 🔍 [vscode-powershell #4201](https://github.com/PowerShell/vscode-powershell/pull/4203) - Fix automatic focus to temporary debug terminal (if it exists). + +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.5.4 + +No changes. + ## v2022.10.0-preview ### Friday, October 07, 2022 From 4a7df10062d02e38a8a54b16f2d01c3e9907fbdc Mon Sep 17 00:00:00 2001 From: Andy Jordan Date: Mon, 17 Oct 2022 13:34:47 -0700 Subject: [PATCH 2/2] Bump version to `v2022.10.1-preview` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66dffa6c27..5ea3ce8ddb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "powershell-preview", "displayName": "PowerShell Preview", - "version": "2022.10.0", + "version": "2022.10.1", "preview": true, "publisher": "ms-vscode", "description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!",