Skip to content

Commit ca8de58

Browse files
Merge pull request #3611 from PowerShell/release
Release `v2021.10.0`
2 parents 8f40aa1 + 9336f62 commit ca8de58

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## v2021.10.0
4+
### Friday, October 08, 2021
5+
6+
This is a hot-fix release for an upstream change to the location of the PSScriptAnalyzer
7+
rules documentation.
8+
9+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
10+
11+
- 🐛 ‍🕵️ [vscode-powershell #3608](https://github.com/PowerShell/vscode-powershell/pull/3608) - Fix base URI for PSScriptAnalyzer rule documentation. (Thanks @bgold09!)
12+
13+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
14+
15+
No changes, but stay tuned for major updates!
16+
The [pipeline rewrite](https://github.com/PowerShell/vscode-powershell/projects/14)
17+
work is under review.
18+
319
## v2021.9.2
420
### Thursday, September 30, 2021
521

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powershell",
33
"displayName": "PowerShell",
4-
"version": "2021.9.2",
4+
"version": "2021.10.0",
55
"preview": false,
66
"publisher": "ms-vscode",
77
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)