diff --git a/CHANGELOG.md b/CHANGELOG.md index 4350fdcf..bed501aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,16 @@ Bug-fixes within the same version aren't needed ## Master + +--> + +### 4.0.0-alpha.0 * improve create-react-app detection logic - stephtr * improve the detection of cases in which Jest needs to be restarted with `--watchAll` - [@lordofthelake](https://github.com/lordofthelake) * upgrade all dependencies to the latest, except istanbul-lib-xxx, which requires more code change and will be handled in a separate coverage PR. - @connectdotz * code base clean up: migrate from tslint to eslint and adopted the latest recommended coding style, adopt semi-colon, added more ci check... - @connectdotz * resolve coverage map merge issue, upgrade istanbul dependencies to the latest and move to async coverageMap update. @connectdotz * introducing a new matching algorithm to use context relationship in matching test blocks and assertions - @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 diff --git a/package.json b/package.json index 144eddfb..ee0ab21c 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-beta.0", + "version": "4.0.0-alpha.0", "publisher": "Orta", "engines": { "vscode": "^1.23.0"