From c6c557dd497bdb60f0bca5581c8219966ea40a99 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Thu, 28 Oct 2021 09:48:53 -0700 Subject: [PATCH 1/2] Update CHANGELOG for `v2021.10.2` --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ab03c2e3..5f4fce5c9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # PowerShell Extension Release History +## v2021.10.2 +### Thursday, October 28, 2021 + +#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell) + +The PSScriptAnalyzer rule explanations now open the beautiful published documentation at +[docs.microsoft.com](https://docs.microsoft.com/powershell/utility-modules/psscriptanalyzer/overview). + +- ✨ ‍🕵️ [vscode-powershell #3642](https://github.com/PowerShell/vscode-powershell/pull/3642) - Point PSScriptAnalyzer rules to published documentation. (Thanks @sdwheeler!) +- ✨ 🚨 [vscode-powershell #3641](https://github.com/PowerShell/vscode-powershell/pull/3641) - Clean up unit tests' descriptions and logical separation. +- ✨ 🚨 [vscode-powershell #3631](https://github.com/PowerShell/vscode-powershell/pull/3631) - Replace `() =>` arrow lambdas with `function ()` for Mocha. +- #️⃣ 🙏 [vscode-powershell #3628](https://github.com/PowerShell/vscode-powershell/pull/3628) - Add missing `glob` dev dependency. + +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) + +No changes in this release, but the next preview will include PowerShell Editor Services +v3.0.0, with the pipeline rewrite! + ## v2021.10.1 ### Wednesday, October 20, 2021 @@ -196,7 +214,7 @@ for the full story! #### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) -- 👷🐛 [PowerShellEditorServices #1509](https://github.com/PowerShell/PowerShellEditorServices/issues/1509) Fix signing of files in release. +- 👷🐛 [PowerShellEditorServices #1509](https://github.com/PowerShell/PowerShellEditorServices/issues/1509) - Fix signing of files in release. ## v2021.6.1 ### Monday, June 21, 2021 From 5fe24daf1d8bdacd392aed388d2e307ade0e0884 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Thu, 28 Oct 2021 10:11:23 -0700 Subject: [PATCH 2/2] Bump version to `v2021.10.2` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 15f9a26fd8..9ec359773d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "powershell", "displayName": "PowerShell", - "version": "2021.10.1", + "version": "2021.10.2", "preview": false, "publisher": "ms-vscode", "description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",