Skip to content

Commit 2d3941a

Browse files
Merge pull request #3599 from PowerShell/release
Release `v2021.9.2`
2 parents bf10916 + 57d68aa commit 2d3941a

File tree

2 files changed

+12
-19
lines changed

2 files changed

+12
-19
lines changed

CHANGELOG.md

+7-14
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
# PowerShell Extension Release History
22

3-
## v2021.9.2-preview
4-
### Wednesday, September 29, 2021
3+
## v2021.9.2
4+
### Thursday, September 30, 2021
5+
6+
This release includes changes from both the `v2021.9.1-preview` and `v2021.9.2-preview`.
7+
There were no changes made to PowerShell Editor Services, but several several bugfixes
8+
made to the extension, and most notably, the extension code is now properly minified and
9+
bundled. This should result in a faster and more reliable extension.
510

611
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
712

8-
- #️⃣ 🙏 [vscode-powershell #3593](https://github.com/PowerShell/vscode-powershell/pull/3593) - Remove `mocha-junit-reporter` package by relying on Mocha's xUnit module.
913
- #️⃣ 🙏 [vscode-powershell #3592](https://github.com/PowerShell/vscode-powershell/pull/3592) - Remove unused feature commands. (Thanks @CrendKing!)
10-
- #️⃣ 🙏 [vscode-powershell #3591](https://github.com/PowerShell/vscode-powershell/pull/3591) - Bump dependencies and lockfile.
1114
- 🐛 🚨 [vscode-powershell #3570](https://github.com/PowerShell/vscode-powershell/pull/3570) - Fix path regressions and cover with tests.
12-
13-
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
14-
15-
No changes.
16-
17-
## v2021.9.1-preview
18-
### Tuesday, September 14, 2021
19-
20-
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
21-
2215
- 🐛 📺 [vscode-powershell #3105](https://github.com/PowerShell/vscode-powershell/pull/3564) - Remove accidentally enabled commands.
2316
- ✨ 👷 [vscode-powershell #2450](https://github.com/PowerShell/vscode-powershell/pull/3555) - Bundle the extension.
2417

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "powershell-preview",
3-
"displayName": "PowerShell Preview",
2+
"name": "powershell",
3+
"displayName": "PowerShell",
44
"version": "2021.9.2",
5-
"preview": true,
5+
"preview": false,
66
"publisher": "ms-vscode",
7-
"description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!",
7+
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
88
"engines": {
99
"vscode": "^1.56.0"
1010
},
@@ -16,7 +16,7 @@
1616
"Snippets",
1717
"Linters"
1818
],
19-
"icon": "media/PowerShell_Preview_Icon.png",
19+
"icon": "media/PowerShell_Icon.png",
2020
"galleryBanner": {
2121
"color": "#ACD1EC",
2222
"theme": "light"

0 commit comments

Comments
 (0)