Skip to content

Commit

Permalink
Rev version to v2020.3.2 update CHANGELOG (#2597)
Browse files Browse the repository at this point in the history
* Rev version to v2020.3.2 and update CHANGELOG

* actually rev version
  • Loading branch information
TylerLeonhardt authored Mar 31, 2020
1 parent bd2c36a commit b856a07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# PowerShell Preview Extension Release History

## v2020.3.2-preview
### Tuesday, March 31, 2020
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)

- ✨📟 [PowerShellEditorServices #1245](https://github.com/PowerShell/PowerShellEditorServices/pull/1245) -
Better PSReadLine version filter check to include 2.1.0+ prereleases.
- 🐛⚡️🧠🔗 [PowerShellEditorServices #1248](https://github.com/PowerShell/PowerShellEditorServices/pull/1248) -
Fix cancellation for completions and add `textDocument/hover` cancellation support.

## v2020.3.1-preview
### Thursday, March 26, 2020
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "powershell-preview",
"displayName": "PowerShell Preview",
"version": "2020.3.1",
"version": "2020.3.2",
"preview": true,
"publisher": "ms-vscode",
"description": "(Preview) Develop PowerShell scripts in Visual Studio Code!",
Expand Down

0 comments on commit b856a07

Please sign in to comment.