diff --git a/CHANGELOG.md b/CHANGELOG.md index 8de8001f2..a65c8ba4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,9 @@ - 🐛 [vscode-powershell #2116](https://github.com/PowerShell/PowerShellEditorServices/pull/1044) - Fix UNC intellisense backslash. - 🐛 [vscode-powershell #2214](https://github.com/PowerShell/PowerShellEditorServices/pull/1050) - - Fix issue where PipelineIndentationStyle setting is ignored. + Fix issue where PipelineIndentationStyle setting is ignored. (Thanks @bergmeister!) +- ⚙️ [PowerShellEditorServices #1052](https://github.com/PowerShell/PowerShellEditorServices/pull/1052) - + Update minimum PSSA version to 1.18.3. (Thanks @bergmeister!) ## v1.13.0 ### Monday, September 23, 2019 diff --git a/modules.json b/modules.json index 8777ca207..df8ff6935 100644 --- a/modules.json +++ b/modules.json @@ -1,6 +1,6 @@ { "PSScriptAnalyzer":{ - "MinimumVersion":"1.18.2", + "MinimumVersion":"1.18.3", "MaximumVersion":"1.99", "AllowPrerelease":false },