Skip to content

Commit e8fdd91

Browse files
Merge pull request #1417 from andschwa/changelog-v2021.2.1
2 parents f7f1520 + a72c940 commit e8fdd91

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.markdownlint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"MD013": false,
3-
"MD033": false
3+
"MD033": false,
4+
"MD022": false
45
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# PowerShell Editor Services Release History
22

3+
## v2.3.0-preview.4
4+
### Tuesday, February 23, 2021
5+
6+
- 📖 🐛 [PowerShellEditorServices #1416](https://github.com/PowerShell/PowerShellEditorServices/pull/1416) -
7+
Fix some markdownlint errors in README.
8+
- 🛫 🐛 [PowerShellEditorServices #1415](https://github.com/PowerShell/PowerShellEditorServices/pull/1415) -
9+
Fix configuration processing to ensure that profiles are loaded.
10+
311
## v2.3.0-preview.3
412
### Friday, February 19, 2021
513

PowerShellEditorServices.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionPrefix>2.3.0</VersionPrefix>
4-
<VersionSuffix>preview.3</VersionSuffix>
4+
<VersionSuffix>preview.4</VersionSuffix>
55
<Company>Microsoft</Company>
66
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
77
<PackageTags>PowerShell;editor;development;language;debugging</PackageTags>

0 commit comments

Comments
 (0)