Skip to content

Commit bf10916

Browse files
Merge pull request #3595 from PowerShell/release
Release `v2021.9.2-preview`
2 parents 75795bc + 4c8269e commit bf10916

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# PowerShell Extension Release History
22

3+
## v2021.9.2-preview
4+
### Wednesday, September 29, 2021
5+
6+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
7+
8+
- #️⃣ 🙏 [vscode-powershell #3593](https://github.com/PowerShell/vscode-powershell/pull/3593) - Remove `mocha-junit-reporter` package by relying on Mocha's xUnit module.
9+
- #️⃣ 🙏 [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.
11+
- 🐛 🚨 [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+
317
## v2021.9.1-preview
418
### Tuesday, September 14, 2021
519

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powershell-preview",
33
"displayName": "PowerShell Preview",
4-
"version": "2021.9.1",
4+
"version": "2021.9.2",
55
"preview": true,
66
"publisher": "ms-vscode",
77
"description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)