File tree Expand file tree Collapse file tree 4 files changed +19
-6
lines changed
Expand file tree Collapse file tree 4 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ You can see the full [features](#features) and learn more details in the [How-To
2626Happy testing!
2727
2828## Releases
29- - ** next** ([ v5.2.0 pre-release] ( https://github.com/jest-community/vscode-jest/releases/tag/v5.2.0 ) ): [ release note] ( release-notes/release-note-v5.x.md#v520 -pre-release )
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 )
3030- ** 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 )
3131- ** 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 )
3232
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.0 " ,
5+ "version" : " 5.2.1 " ,
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.1 (pre-release)] ( #v521-pre-release )
7+ - [ Fixes] ( #fixes )
8+ - [ CHANGELOG] ( #changelog )
69- [ v5.2.0 (pre-release)] ( #v520-pre-release )
710 - [ Main Features] ( #main-features )
811 - [ 1. Enhance control of test output terminal] ( #1-enhance-control-of-test-output-terminal )
912 - [ 2. Status Bar are colorized for execution error and warning status] ( #2-status-bar-are-colorized-for-execution-error-and-warning-status )
1013 - [ 3. More control on parser plugins (decorators)] ( #3-more-control-on-parser-plugins-decorators )
11- - [ Fixes] ( #fixes )
12- - [ CHANGELOG] ( #changelog )
14+ - [ Fixes] ( #fixes-1 )
15+ - [ CHANGELOG] ( #changelog-1 )
1316- [ v5.1.0] ( #v510 )
1417 - [ Main Features] ( #main-features-1 )
1518 - [ 1. toggle autoRun and coverage through TestExplorer inline menu] ( #1-toggle-autorun-and-coverage-through-testexplorer-inline-menu )
@@ -25,11 +28,20 @@ Release Notes
2528 - [ 11. supports v8 coverage provider] ( #11-supports-v8-coverage-provider )
2629 - [ 12. supports running unresolved parameterized tests directly] ( #12-supports-running-unresolved-parameterized-tests-directly )
2730 - [ 13. added auto-completion for jest module methods] ( #13-added-auto-completion-for-jest-module-methods )
28- - [ Fixes] ( #fixes-1 )
31+ - [ Fixes] ( #fixes-2 )
2932 - [ Breaking Changes] ( #breaking-changes )
30- - [ CHANGELOG] ( #changelog-1 )
33+ - [ CHANGELOG] ( #changelog-2 )
3134---
3235
36+ ## v5.2.1 (pre-release)
37+
38+ ### Fixes
39+ - fix debug auto config for some win32 users. ([ #998 ] ( https://github.com/jest-community/vscode-jest/pull/998 ) - @connectdotz )
40+
41+ ### CHANGELOG
42+ - [ v5.2.1] ( https://github.com/jest-community/vscode-jest/releases/tag/v5.2.1 )
43+
44+ ---
3345## v5.2.0 (pre-release)
3446
3547
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.1' : `${ ReleaseNoteBase } /release-note-v5.x.md#v521-pre-release` ,
466467 '5.2.0' : `${ ReleaseNoteBase } /release-note-v5.x.md#v520-pre-release` ,
467468 '5.1.0' : `${ ReleaseNoteBase } /release-note-v5.x.md#v510` ,
468469 '5.0.4' : `${ ReleaseNoteBase } /release-note-v5.md#v50-pre-release-roll-up` ,
You can’t perform that action at this time.
0 commit comments