Skip to content

Commit

Permalink
prepare release 3.2.0 (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
connectdotz committed Apr 27, 2020
1 parent 9088e6d commit 25394c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,10 +4,13 @@ Please add your own contribution below inside the Master section
Bug-fixes within the same version aren't needed
## Master
* prevent auto starting watch-mode jest process when the parent process is stopped, which can lead to orphan process during deactivation among others. - @connectdotz
-->

### 3.2.0
* prevent auto starting watch-mode jest process when the parent process is stopped, which can lead to orphan process during deactivation among others. - @connectdotz
* adding workspace folder in error message for multii-root projects. - @connectdotz

### 3.1.1
* fix reporter failed to load due to whitespace in path - connectdotz

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-jest",
"displayName": "Jest",
"description": "Use Facebook's Jest With Pleasure.",
"version": "3.1.1",
"version": "3.2.0",
"publisher": "Orta",
"engines": {
"vscode": "^1.23.0"
Expand Down

0 comments on commit 25394c8

Please sign in to comment.