Skip to content

Commit

Permalink
Merge pull request PowerShell#2029 from PowerShell/release
Browse files Browse the repository at this point in the history
Release `v3.8.6`
  • Loading branch information
andyleejordan committed May 24, 2023
2 parents c43c4a9 + e04d5a9 commit c333b3d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# PowerShell Editor Services Release History

## v3.8.6
### Tuesday, May 23, 2023

- 🐛 💭 [vscode-powershell #4582](https://github.com/PowerShell/PowerShellEditorServices/pull/2028) - Ignore cancellation of completion requests.
- 🐛 📟 [vscode-powershell #3991](https://github.com/PowerShell/PowerShellEditorServices/pull/2026) - Fix the `TranscribeOnly` bug (take two).

## v3.8.5
### Friday, May 12, 2023

Expand Down
2 changes: 1 addition & 1 deletion PowerShellEditorServices.Common.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>3.8.5</VersionPrefix>
<VersionPrefix>3.8.6</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Company>Microsoft</Company>
<Copyright>© Microsoft Corporation.</Copyright>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RootModule = if ($PSEdition -eq 'Core')
}

# Version number of this module.
ModuleVersion = '3.8.5'
ModuleVersion = '3.8.6'

# ID used to uniquely identify this module
GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47'
Expand Down

0 comments on commit c333b3d

Please sign in to comment.