From fa387e744f6375bdc31b0e73e61e0ab201eaf130 Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Sat, 2 Nov 2019 13:33:35 -0700 Subject: [PATCH 1/2] Increment min PSSA version --- modules.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, From 62c35d0ddd5a6313e690b5b03d9d31585124cd18 Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Sat, 2 Nov 2019 13:43:56 -0700 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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