From 7117b7d1e6da1b6b9a314d387499b7635e592614 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Mon, 30 Aug 2021 10:08:51 -0700 Subject: [PATCH 1/2] Update CHANGELOG for `v2.5.0` --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1e59c55..50f7c9bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # PowerShell Editor Services Release History +## v2.5.0 +### Monday, August 30, 2021 + +- ✨ ‍🕵️ [PowerShellEditorServices #1562](https://github.com/PowerShell/PowerShellEditorServices/pull/1562) - Pin PSScriptAnalyzer to `1.20.0`, Plaster to `1.1.3` and PSReadLine to `2.1.0`. + ## v2.4.9 ### Monday, August 23, 2021 From e33bcb972b6d89de990e81500dfbcc079edea2ff Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Mon, 30 Aug 2021 10:08:52 -0700 Subject: [PATCH 2/2] Bump version to `v2.5.0` --- 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 2fa4c2aa1..eebe474de 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -1,6 +1,6 @@ - 2.4.9 + 2.5.0 Microsoft © Microsoft Corporation. diff --git a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 index 98360485c..a7b4a5bd3 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 = '2.4.9' +ModuleVersion = '2.5.0' # ID used to uniquely identify this module GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'