From 2aab7c30d865921f210795c35fe279e7e5f73274 Mon Sep 17 00:00:00 2001 From: Andy Jordan Date: Wed, 28 Sep 2022 14:22:35 -0700 Subject: [PATCH 1/2] Update CHANGELOG for `v3.5.3` --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d15f5e5c..49c19acd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # PowerShell Editor Services Release History +## v3.5.3 +### Wednesday, September 28, 2022 + +- ✨ 🙏 [PowerShellEditorServices #1924](https://github.com/PowerShell/PowerShellEditorServices/pull/1924) - Re-implement indicator when running registered editor commands. + ## v3.5.2 ### Tuesday, September 27, 2022 From 12633627f9769ef4665776094438f1c7945030d2 Mon Sep 17 00:00:00 2001 From: Andy Jordan Date: Wed, 28 Sep 2022 14:22:35 -0700 Subject: [PATCH 2/2] Bump version to `v3.5.3` --- PowerShellEditorServices.Common.props | 2 +- module/PowerShellEditorServices/PowerShellEditorServices.psd1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerShellEditorServices.Common.props b/PowerShellEditorServices.Common.props index 7cff64e64..f7a3a051f 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -1,6 +1,6 @@ - 3.5.2 + 3.5.3 Microsoft © Microsoft Corporation. diff --git a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 index ad1dcc232..7dab90709 100644 --- a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 +++ b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 @@ -19,7 +19,7 @@ RootModule = if ($PSEdition -eq 'Core') } # Version number of this module. -ModuleVersion = '3.5.2' +ModuleVersion = '3.5.3' # ID used to uniquely identify this module GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'