File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed
Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,8 @@ You can see the full [features](#features) and learn more details in the [How-To
2626Happy 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
3332All: [ Release Notes] ( release-notes/release-notes.md )
3433
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 33Release 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
Original file line number Diff line number Diff line change @@ -463,6 +463,7 @@ export class ExtensionManager {
463463
464464const ReleaseNoteBase = 'https://github.com/jest-community/vscode-jest/blob/master/release-notes' ;
465465const 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` ,
You can’t perform that action at this time.
0 commit comments