@@ -4,9 +4,13 @@ Release Notes <!-- omit in toc -->
4
4
---
5
5
6
6
- [ v6.3 (pre-release)] ( #v63-pre-release )
7
- - [ v6.3.0 (pre-release)] ( #v630 -pre-release )
7
+ - [ v6.3.1 (pre-release)] ( #v631 -pre-release )
8
8
- [ Features] ( #features )
9
9
- [ Bug Fixes] ( #bug-fixes )
10
+ - [ Dependency Updates] ( #dependency-updates )
11
+ - [ v6.3.0 (pre-release)] ( #v630-pre-release )
12
+ - [ Features] ( #features-1 )
13
+ - [ Bug Fixes] ( #bug-fixes-1 )
10
14
- [ v6.2] ( #v62 )
11
15
- [ v6.2.5] ( #v625 )
12
16
- [ v6.2.4] ( #v624 )
@@ -30,7 +34,7 @@ Release Notes <!-- omit in toc -->
30
34
- [ 2.1 "TEST RESULTS" Panel Integration] ( #21-test-results-panel-integration )
31
35
- [ 2.2 Configuration and Examples] ( #22-configuration-and-examples )
32
36
- [ 2.3 Deprecations and Migration] ( #23-deprecations-and-migration )
33
- - [ Bug Fixes] ( #bug-fixes-1 )
37
+ - [ Bug Fixes] ( #bug-fixes-2 )
34
38
- [ Technical Debt] ( #technical-debt )
35
39
- [ v6.0 (pre-release)] ( #v60-pre-release )
36
40
- [ Main Features] ( #main-features-1 )
@@ -45,6 +49,28 @@ Release Notes <!-- omit in toc -->
45
49
46
50
## v6.3 (pre-release)
47
51
52
+ ### v6.3.1 (pre-release)
53
+
54
+ #### Features
55
+
56
+ - ** Make all test items debuggable** by @connectdotz in [ #1181 ] ( https://github.com/jest-community/vscode-jest/pull/1181 ) .
57
+ Prior to v6.3.1, only test files and test blocks were debuggable. Now, users can debug from any test item, including the test roots and directories.
58
+
59
+ #### Bug Fixes
60
+
61
+ - ** Fix documentation link for v6.3.0-next** by @connectdotz in [ #1169 ] ( https://github.com/jest-community/vscode-jest/pull/1169 ) .
62
+ - ** Fix empty coverage range issue** by @connectdotz in [ #1177 ] ( https://github.com/jest-community/vscode-jest/pull/1177 ) .
63
+ - ** Fix Windows ` testNamePattern ` not found issue** by @connectdotz in [ #1179 ] ( https://github.com/jest-community/vscode-jest/pull/1179 ) .
64
+
65
+ #### Dependency Updates
66
+
67
+ - ** Bump webpack from 5.91.0 to 5.94.0** by @dependabot in [ #1173 ] ( https://github.com/jest-community/vscode-jest/pull/1173 ) .
68
+ - ** Bump micromatch from 4.0.7 to 4.0.8** by @dependabot in [ #1176 ] ( https://github.com/jest-community/vscode-jest/pull/1176 ) .
69
+
70
+ ** CHANGELOG**
71
+
72
+ - [ v6.3.1-next] ( https://github.com/jest-community/vscode-jest/releases/tag/v6.3.1-next )
73
+
48
74
### v6.3.0 (pre-release)
49
75
50
76
#### Features
0 commit comments