File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ Bug-fixes within the same version aren't needed
7
7
8
8
-->
9
9
10
+ ### 3.0.1
11
+
12
+ * use webpack for compilation, resulting in a much smaller extension size - stephtr
13
+
14
+ * fix security vulnerability for dependencies flagged by github - stephtr
15
+
10
16
### 3.0.0
11
17
* Support multi-root workspaces - escaton
12
18
* multiroot workspace statusBar displays both active folder and workspace summary info - connectdotz
@@ -23,8 +29,6 @@ Bug-fixes within the same version aren't needed
23
29
24
30
* replaced deprecated vscode.previewHtml command with webview - qalex
25
31
26
- * use webpack for compilation, resulting in a much smaller extension size - stephtr
27
-
28
32
### 2.9.1
29
33
30
34
* Prevent ANSI escape codes from appearing in test messages - seanpoulter
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-jest" ,
3
3
"displayName" : " Jest" ,
4
4
"description" : " Use Facebook's Jest With Pleasure." ,
5
- "version" : " 3.0.0 " ,
5
+ "version" : " 3.0.1 " ,
6
6
"publisher" : " Orta" ,
7
7
"engines" : {
8
8
"vscode" : " ^1.23.0"
You can’t perform that action at this time.
0 commit comments