Skip to content

Commit 0ad23f0

Browse files
authored
Update CHANGELOG + version for 2019.12.0 (#2361)
1 parent 2e5235b commit 0ad23f0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# vscode-powershell Release History
22

3+
## v2019.12.0
4+
### Thursday, December 12, 2019
5+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
6+
7+
- 🐛 👮‍ [PowerShellEditorServices #1102](https://github.com/PowerShell/PowerShellEditorServices/pull/1102) -
8+
Add `PSAvoidAssignmentToAutomaticVariable` to the default set of PSSA rules. (Thanks @bergmeister!)
9+
- 🐛 👮‍ [vscode-PowerShell #2214](https://github.com/PowerShell/PowerShellEditorServices/pull/1050) -
10+
Fix `PipelineIndentationStyle` configuration issue. (Thanks @bergmeister!)
11+
312
## v2019.11.0
413
### Friday, November 1, 2019
514
#### [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",
33
"displayName": "PowerShell",
4-
"version": "2019.11.0",
4+
"version": "2019.12.0",
55
"preview": false,
66
"publisher": "ms-vscode",
77
"description": "Develop PowerShell scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)