From 28a69b14f1927fc89a454bb0bbed439fd3941e63 Mon Sep 17 00:00:00 2001 From: Adaline Valentina Simonian Date: Tue, 7 Dec 2021 16:39:19 -0800 Subject: [PATCH] chore: bump version to v2.2.0, update changelog --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b22aba..d037587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 39d89d7..fcc6ad0 100644 --- a/package.json +++ b/package.json @@ -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",