From e2d0e0e8901d2f285167d07d01bb0fdeea6445a3 Mon Sep 17 00:00:00 2001 From: Andy Jordan Date: Tue, 25 Apr 2023 12:46:00 -0700 Subject: [PATCH 1/2] Update CHANGELOG for `v3.8.4` --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab2bf1151..1a83988a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # PowerShell Editor Services Release History +## v3.8.4 +### Tuesday, April 25, 2023 + +- 🐛 🛫 [vscode-powershell #4509](https://github.com/PowerShell/PowerShellEditorServices/pull/2018) - Set session failure with reason when applicable. +- ✨ 📖 [PowerShellEditorServices #2016](https://github.com/PowerShell/PowerShellEditorServices/pull/2016) - Add guide to configure Neovim. (Thanks @csc027!) + ## v3.8.3 ### Monday, March 27, 2023 From de4d117d37dd1ffa955e6231bb41dc8b95a766ff Mon Sep 17 00:00:00 2001 From: Andy Jordan Date: Tue, 25 Apr 2023 12:46:01 -0700 Subject: [PATCH 2/2] Bump version to `v3.8.4` --- 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 ea1c83bff..59dbac420 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -1,6 +1,6 @@ - 3.8.3 + 3.8.4 Microsoft © Microsoft Corporation. diff --git a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 index 2695c1ee4..da23ef4bf 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.8.3' +ModuleVersion = '3.8.4' # ID used to uniquely identify this module GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'