Skip to content

Commit

Permalink
prepare release for 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
connectdotz committed Jun 23, 2019
1 parent 4af6c07 commit 1d49bba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Bug-fixes within the same version aren't needed
-->

### 3.0.1

* use webpack for compilation, resulting in a much smaller extension size - stephtr

* fix security vulnerability for dependencies flagged by github - stephtr

### 3.0.0
* Support multi-root workspaces - escaton
* multiroot workspace statusBar displays both active folder and workspace summary info - connectdotz
Expand All @@ -23,8 +29,6 @@ Bug-fixes within the same version aren't needed

* replaced deprecated vscode.previewHtml command with webview - qalex

* use webpack for compilation, resulting in a much smaller extension size - stephtr

### 2.9.1

* Prevent ANSI escape codes from appearing in test messages - seanpoulter
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-jest",
"displayName": "Jest",
"description": "Use Facebook's Jest With Pleasure.",
"version": "3.0.0",
"version": "3.0.1",
"publisher": "Orta",
"engines": {
"vscode": "^1.23.0"
Expand Down

0 comments on commit 1d49bba

Please sign in to comment.