diff --git a/CHANGELOG.md b/CHANGELOG.md index a806428dd..daa0c317f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index fbcf840fc..46579e260 100644 --- a/package.json +++ b/package.json @@ -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"