Skip to content

Commit 62ca342

Browse files
committed
prepare for 3.0 release
1 parent 12551f3 commit 62ca342

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.vscodeignore

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ tslint.json
1717
yarn.lock
1818
yarn-error.log
1919
scripts/
20+
coverage

CHANGELOG.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ Bug-fixes within the same version aren't needed
55
66
## Master
77
8+
-->
9+
10+
### 3.0.0
11+
* Support multi-root workspaces - escaton
12+
* multiroot workspace statusBar displays both active folder and workspace summary info - connectdotz
13+
* fix race condition in multi-root projects - connectdotz
14+
* add folder status bar support for multi-root projects - connectdotz
15+
816
* support template-literal-string test names by matching with location info from jest result - connectdotz
9-
* fix race condition in multi-root projects - connectdotz
10-
* add folder status bar support for multi-root projects - connectdotz
17+
1118
* paying down some tech debt, see PR#447 for detail.
1219

1320
* Add disableOptimisticBPs option to debug configuration. Fixes #400 - blikblum
@@ -16,11 +23,6 @@ Bug-fixes within the same version aren't needed
1623

1724
* replaced deprecated vscode.previewHtml command with webview - qalex
1825

19-
* Support multi-root workspaces - escaton
20-
* multiroot workspace statusBar displays both active folder and workspace summary info - connectdotz
21-
22-
-->
23-
2426
### 2.9.1
2527

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

0 commit comments

Comments
 (0)