Skip to content

Commit

Permalink
chore: bump version to v2.2.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Dec 8, 2021
1 parent 592a763 commit 28a69b1
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
Expand Up @@ -6,12 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [v2.2.0](https://github.com/adalinesimonian/jest-runner-vscode/compare/v2.1.0...v2.2.0) (2021-12-07)

### Added

- Environments using Yarn PnP are now supported. ([#46](https://github.com/adalinesimonian/jest-runner-vscode/pull/46))
- All options from the parent Jest runner are now passed to the child runner. ([`f300e64`](https://github.com/adalinesimonian/jest-runner-vscode/commit/f300e64))
- VS Code process information and download progress can now be suppressed using the `quiet` option. ([`f300e64`](https://github.com/adalinesimonian/jest-runner-vscode/commit/f300e64))

### Changed

- A less internal API is now used to start the child instance of Jest. ([`6196f24`](https://github.com/adalinesimonian/jest-runner-vscode/commit/6196f24))

### Fixed

- Tests in nested directories no longer result in the runner expecting and failing tests from a different directory that are not yet queued. ([`f300e64`](https://github.com/adalinesimonian/jest-runner-vscode/commit/f300e64))

## [v2.1.0](https://github.com/adalinesimonian/jest-runner-vscode/compare/v2.0.0...v2.1.0) (2021-12-05)

### Added
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.1.0",
"version": "2.2.0",
"description": "Jest runner for testing VS Code extensions",
"author": {
"name": "Adaline Simonian",
Expand Down

0 comments on commit 28a69b1

Please sign in to comment.