Skip to content

Commit 1d49bba

Browse files
committed
prepare release for 3.0.1
1 parent 4af6c07 commit 1d49bba

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Bug-fixes within the same version aren't needed
77
88
-->
99

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+
1016
### 3.0.0
1117
* Support multi-root workspaces - escaton
1218
* 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
2329

2430
* replaced deprecated vscode.previewHtml command with webview - qalex
2531

26-
* use webpack for compilation, resulting in a much smaller extension size - stephtr
27-
2832
### 2.9.1
2933

3034
* Prevent ANSI escape codes from appearing in test messages - seanpoulter

package.json

+1-1
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": "3.0.0",
5+
"version": "3.0.1",
66
"publisher": "Orta",
77
"engines": {
88
"vscode": "^1.23.0"

0 commit comments

Comments
 (0)