Skip to content

Commit 2ddcd13

Browse files
authored
Increment min PSSA version (#1089)
1 parent 4a05d7f commit 2ddcd13

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
- 🐛 [vscode-powershell #2116](https://github.com/PowerShell/PowerShellEditorServices/pull/1044) -
99
Fix UNC intellisense backslash.
1010
- 🐛 [vscode-powershell #2214](https://github.com/PowerShell/PowerShellEditorServices/pull/1050) -
11-
Fix issue where PipelineIndentationStyle setting is ignored.
11+
Fix issue where PipelineIndentationStyle setting is ignored. (Thanks @bergmeister!)
12+
- ⚙️ [PowerShellEditorServices #1052](https://github.com/PowerShell/PowerShellEditorServices/pull/1052) -
13+
Update minimum PSSA version to 1.18.3. (Thanks @bergmeister!)
1214

1315
## v1.13.0
1416
### Monday, September 23, 2019

modules.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"PSScriptAnalyzer":{
3-
"MinimumVersion":"1.18.2",
3+
"MinimumVersion":"1.18.3",
44
"MaximumVersion":"1.99",
55
"AllowPrerelease":false
66
},

0 commit comments

Comments
 (0)