diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ec2f4..6a97756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [v2.1.0](https://github.com/adalinesimonian/jest-runner-vscode/compare/v2.0.0...v2.1.0) (2021-12-05) + +### Added + +- Test results are now reported per test file instead of per folder. ([#26](https://github.com/adalinesimonian/jest-runner-vscode/issues/26)) + +### Changed + +- Communication between VS Code and Jest is now handled using an IPC channel instead of using the standard output of the VS Code process. ([0c98677](https://github.com/adalinesimonian/jest-runner-vscode/commit/0c98677)) + ## [v2.0.0](https://github.com/adalinesimonian/jest-runner-vscode/tree/v2.0.0) (2021-09-22) First release of jest-runner-vscode! 🎉 diff --git a/package.json b/package.json index 0790140..e069b3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-runner-vscode", - "version": "2.0.0", + "version": "2.1.0", "description": "Jest runner for testing VS Code extensions", "author": { "name": "Adaline Simonian",