Skip to content

Commit c2d01ef

Browse files
Merge pull request #3207 from andschwa/changelog-v2021.2.2
Update powershell CHANGELOG for v2021.2.2
2 parents f226597 + 9b282b1 commit c2d01ef

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# PowerShell Extension Release History
22

3+
## v2021.2.2
4+
### Wednesday, February 24, 2021
5+
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
6+
7+
- 📺 ✨ New semantic highlighting. (Thanks @justinytchen!)
8+
- 🐢 ✨ Added Pester v5 support to problem matcher. (Thanks @fflaten!)
9+
- ✨ 👮 Updated PSScriptAnalyzer to 1.19.1. Fixes formatting bugs! (Thanks @bergmeister!)
10+
- 🛫 🐛 [vscode-powershell #3181](https://github.com/PowerShell/vscode-powershell/pull/3202) -
11+
Fix PowerShell MSIX (Store) detection.
12+
- 🐛 Many squashed bugs! (See previews below for details.)
13+
14+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
15+
16+
- 👷 ✨ No changes, just releasing a stable version.
17+
318
## v2021.2.1-preview
419
### Tuesday, February 23, 2021
520
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powershell-preview",
33
"displayName": "PowerShell Preview",
4-
"version": "2021.2.1",
4+
"version": "2021.2.3",
55
"preview": true,
66
"publisher": "ms-vscode",
77
"description": "(Preview) Develop PowerShell scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)