Skip to content

Commit fc1b6f7

Browse files
authored
prepare v5.2.2 (#1000)
1 parent 1b9768e commit fc1b6f7

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ You can see the full [features](#features) and learn more details in the [How-To
2626
Happy testing!
2727

2828
## Releases
29-
- **next** ([v5.2.1 pre-release](https://github.com/jest-community/vscode-jest/releases/tag/v5.2.1)): [release note](release-notes/release-note-v5.x.md#v521-pre-release)
30-
- **stable** ([v5.1.0](https://github.com/jest-community/vscode-jest/releases/tag/v5.1.0)): [release note](release-notes/release-note-v5.x.md#v510)
31-
- **previous** ([v4.6.0](https://github.com/jest-community/vscode-jest/releases/tag/v4.6.0)): [release note](release-notes/release-note-v4.md#v460)
29+
- **Current** ([v5.2.2](https://github.com/jest-community/vscode-jest/releases/tag/v5.1.0)): [release note](release-notes/release-note-v5.x.md#v522)
30+
- **Previous** ([v5.1.0](https://github.com/jest-community/vscode-jest/releases/tag/v5.1.0)): [release note](release-notes/release-note-v5.x.md#v510)
3231

3332
All: [Release Notes](release-notes/release-notes.md)
3433

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-jest",
33
"displayName": "Jest",
44
"description": "Use Facebook's Jest With Pleasure.",
5-
"version": "5.2.1",
5+
"version": "5.2.2",
66
"publisher": "Orta",
77
"engines": {
88
"vscode": "^1.68.1"

release-notes/release-note-v5.x.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33
Release Notes
44
---
55
- [Release Notes](#release-notes)
6+
- [v5.2.2](#v522)
7+
- [CHANGELOG](#changelog)
68
- [v5.2.1 (pre-release)](#v521-pre-release)
79
- [Fixes](#fixes)
8-
- [CHANGELOG](#changelog)
10+
- [CHANGELOG](#changelog-1)
911
- [v5.2.0 (pre-release)](#v520-pre-release)
1012
- [Main Features](#main-features)
1113
- [1. Enhance control of test output terminal](#1-enhance-control-of-test-output-terminal)
1214
- [2. Status Bar are colorized for execution error and warning status](#2-status-bar-are-colorized-for-execution-error-and-warning-status)
1315
- [3. More control on parser plugins (decorators)](#3-more-control-on-parser-plugins-decorators)
1416
- [Fixes](#fixes-1)
15-
- [CHANGELOG](#changelog-1)
17+
- [CHANGELOG](#changelog-2)
1618
- [v5.1.0](#v510)
1719
- [Main Features](#main-features-1)
1820
- [1. toggle autoRun and coverage through TestExplorer inline menu](#1-toggle-autorun-and-coverage-through-testexplorer-inline-menu)
@@ -30,9 +32,15 @@ Release Notes
3032
- [13. added auto-completion for jest module methods](#13-added-auto-completion-for-jest-module-methods)
3133
- [Fixes](#fixes-2)
3234
- [Breaking Changes](#breaking-changes)
33-
- [CHANGELOG](#changelog-2)
35+
- [CHANGELOG](#changelog-3)
3436
---
3537

38+
## v5.2.2
39+
40+
Promote v5.2.1 pre-release to production.
41+
42+
### CHANGELOG
43+
- [v5.2.2](https://github.com/jest-community/vscode-jest/releases/tag/v5.2.2)
3644
## v5.2.1 (pre-release)
3745

3846
### Fixes

src/extensionManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ export class ExtensionManager {
463463

464464
const ReleaseNoteBase = 'https://github.com/jest-community/vscode-jest/blob/master/release-notes';
465465
const ReleaseNotes: Record<string, string> = {
466+
'5.2.2': `${ReleaseNoteBase}/release-note-v5.x.md#v522`,
466467
'5.2.1': `${ReleaseNoteBase}/release-note-v5.x.md#v521-pre-release`,
467468
'5.2.0': `${ReleaseNoteBase}/release-note-v5.x.md#v520-pre-release`,
468469
'5.1.0': `${ReleaseNoteBase}/release-note-v5.x.md#v510`,

0 commit comments

Comments
 (0)