Skip to content

Commit

Permalink
Update CHANGELOG + version for 2019.12.0 (#2361)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmholt authored Dec 13, 2019
1 parent 2e5235b commit 0ad23f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# vscode-powershell Release History

## v2019.12.0
### Thursday, December 12, 2019
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)

- 🐛 👮‍ [PowerShellEditorServices #1102](https://github.com/PowerShell/PowerShellEditorServices/pull/1102) -
Add `PSAvoidAssignmentToAutomaticVariable` to the default set of PSSA rules. (Thanks @bergmeister!)
- 🐛 👮‍ [vscode-PowerShell #2214](https://github.com/PowerShell/PowerShellEditorServices/pull/1050) -
Fix `PipelineIndentationStyle` configuration issue. (Thanks @bergmeister!)

## v2019.11.0
### Friday, November 1, 2019
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "powershell",
"displayName": "PowerShell",
"version": "2019.11.0",
"version": "2019.12.0",
"preview": false,
"publisher": "ms-vscode",
"description": "Develop PowerShell scripts in Visual Studio Code!",
Expand Down

0 comments on commit 0ad23f0

Please sign in to comment.