Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Oct 22, 2022
1 parent 9830187 commit 0c98dc1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/jest-runner-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [v3.0.1](https://github.com/adalinesimonian/jest-runner-vscode/compare/v3.0.0...v3.0.1) (2022-10-22)

### Fixed

- Non-Yarn workspaces no longer result in a stall due to an infinite loop. ([`af87fa7`](https://github.com/adalinesimonian/jest-runner-vscode/commit/af87fa7))
- Corrected path to `buildArgv` function in `jest-cli` dependency after it was moved in Jest 29.2.1. ([`7ac716a`](https://github.com/adalinesimonian/jest-runner-vscode/commit/7ac716a))

## [v3.0.0](https://github.com/adalinesimonian/jest-runner-vscode/compare/v2.2.0...v3.0.0) (2022-10-07)

### Breaking Changes
Expand Down

0 comments on commit 0c98dc1

Please sign in to comment.