Skip to content

Commit

Permalink
chore: bump version to 2.1.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Dec 6, 2021
1 parent 84fda0b commit 02d1102
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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! 🎉
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 02d1102

Please sign in to comment.