Skip to content

Commit 0764663

Browse files
Rev version to v2020.4.1 and update CHANGELOG (#2625)
1 parent a3f959a commit 0764663

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# PowerShell Preview Extension Release History
22

3+
## v2020.4.1-preview
4+
### Wednesday, April 09, 2020
5+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
6+
7+
- ✨📟 [PowerShellEditorServices #1255](https://github.com/PowerShell/PowerShellEditorServices/pull/1255) -
8+
Move PSReadLine invocation into cmdlets to get closer to supporting ConstrainedLanguage mode. Also removes hard coded PSReadLine assembly version.
9+
310
## v2020.4.0-preview
411
### Wednesday, April 08, 2020
512
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powershell-preview",
33
"displayName": "PowerShell Preview",
4-
"version": "2020.4.0",
4+
"version": "2020.4.1",
55
"preview": true,
66
"publisher": "ms-vscode",
77
"description": "(Preview) Develop PowerShell scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)