Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# PowerShell Extension Release History

## v2023.3.2-preview
### Monday, March 27, 2023

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

- 🐛 👷 [vscode-powershell #4481](https://github.com/PowerShell/vscode-powershell/pull/4481) - Remove problematic `[RepoNames]` PowerShell class.
- ✨ 👷 [vscode-powershell #4464](https://github.com/PowerShell/vscode-powershell/pull/4464) - Remove `preview` label from marketplace.

#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.8.3

- Documentation update and CI fix.

## v2023.3.1-preview
### Wednesday, March 15, 2023

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "powershell",
"displayName": "PowerShell",
"version": "2023.3.1",
"version": "2023.3.2",
"preview": false,
"publisher": "ms-vscode",
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
Expand Down
1 change: 1 addition & 0 deletions tools/ReleaseTools.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ using module PowerShellForGitHub
using namespace System.Management.Automation

Import-Module $PSScriptRoot/VersionTools.psm1
$ChangelogFile = "CHANGELOG.md"

<#
.SYNOPSIS
Expand Down