Skip to content

Commit 4d95dfa

Browse files
rev version to 2020.6.1 update CL (#2747)
1 parent d1a8e9e commit 4d95dfa

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# PowerShell Extension Release History
22

3+
## v2020.6.1
4+
### Monday, June 08, 2020
5+
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
6+
7+
- 👷 ✨ [vscode-powershell #2740](https://github.com/PowerShell/vscode-powershell/pull/2740) -
8+
Add CodeQL security scanning. (Thanks @jhutchings1!)
9+
10+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
11+
12+
- 🔗 🐛 [PowerShellEditorServices #1304](https://github.com/PowerShell/PowerShellEditorServices/pull/1304) -
13+
Use From instead of FromFileSystem fixing CodeLens references.
14+
- 📟 ✨ [PowerShellEditorServices #1290](https://github.com/PowerShell/PowerShellEditorServices/pull/1290) -
15+
Allow PSReadLine to work in ConstrainedLanguage mode.
16+
317
## v2020.6.0-preview
418
### Monday, June 01, 2020
519
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.6.0",
4+
"version": "2020.6.1",
55
"preview": true,
66
"publisher": "ms-vscode",
77
"description": "(Preview) Develop PowerShell scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)