From 6bb8451a9f7f63d6f0ab9ee39baf9ae3cfc87224 Mon Sep 17 00:00:00 2001 From: ConnectDotz Date: Wed, 27 Jan 2021 10:49:47 -0500 Subject: [PATCH] prepare for alpha.3 release (#653) --- CHANGELOG.md | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a8cddee..6fe3b5f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,13 @@ Please add your own contribution below inside the Master section Bug-fixes within the same version aren't needed ## Master -* fully support parameterized tests in matching, diagnosis and debugging - @connectdotz -* optimization: remove stop/start the internal jest tests process during debug - @connectdotz -* add a new setting for "jest.jestCommandLine" that supersede "jest.pathToJest" and "jest.pathToConfig" - @connectdotz --> +### 4.0.0-alpha.3 +* fully support parameterized tests in matching, diagnosis and debugging - @connectdotz +* optimization: remove stop/start the internal jest tests process during debug - @connectdotz +* add a new setting for "jest.jestCommandLine" that supersede "jest.pathToJest" and "jest.pathToConfig" - @connectdotz ### 4.0.0-alpha.2 * use assertion's fullName in TestResult instead of the source test name - @connectdotz * consolidated and simplified coverage formatter parsing logic; added overlay color customization; change coverage formatter/colors will take effect without restarting vscode; updated coverage help in README. - @connectdotz diff --git a/package.json b/package.json index ba05bca7..a714a3a1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-jest", "displayName": "Jest", "description": "Use Facebook's Jest With Pleasure.", - "version": "4.0.0-alpha.2", + "version": "4.0.0-alpha.3", "publisher": "Orta", "engines": { "vscode": "^1.23.0"