Skip to content

Commit

Permalink
chore: update changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed May 29, 2021
1 parent c05521f commit 1d34bb1
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

### Features

### Fixes

### Chore & Maintenance

### Performance

## 27.0.2

### Features

- `[jest-circus]` Add some APIs to make it easier to build your own test runner
- `[jest-reporters]` Expose the `getResultHeader` util ([#11460](https://github.com/facebook/jest/pull/11460))
- `[jest-resolver]` Export `resolve*` utils for different Jest modules ([#11466](https://github.com/facebook/jest/pull/11466))
- `[@jest/test-result]` Export `Test`, `TestEvents` and `TestFileEvent` ([#11466](https://github.com/facebook/jest/pull/11466))
Expand All @@ -16,10 +27,6 @@
- `[jest-runner]` Remove dependency on `jest-config` ([#11466](https://github.com/facebook/jest/pull/11466))
- `[jest-worker]` Loosen engine requirement to `>= 10.13.0` ([#11451](https://github.com/facebook/jest/pull/11451))

### Chore & Maintenance

### Performance

## 27.0.1

### Fixes
Expand Down

0 comments on commit 1d34bb1

Please sign in to comment.