Skip to content

Commit

Permalink
move changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 21, 2018
1 parent e7ccbc6 commit 8347bb5
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@

* `[jest-runtime]` Provide `require.main` property set to module with test suite
([#5618](https://github.com/facebook/jest/pull/5618))
* `[docs]` Add note about Node version support ([#5622](https://github.com/facebook/jest/pull/5622))

### Fixes

* `[babel-jest]` Remove `retainLines` argument to babel.
([#5594](https://github.com/facebook/jest/pull/5594))

### Chore & Maintenance

* `[docs]` Add note about Node version support
([#5622](https://github.com/facebook/jest/pull/5622))

## 22.4.0

Expand All @@ -27,8 +36,6 @@
([#5505](https://github.com/facebook/jest/pull/5505))
* `[jest-util]` Fix `console.assert` behavior in custom & buffered consoles
([#5576](https://github.com/facebook/jest/pull/5576))
* `[babel-jest]` Remove `retainLines` argument to babel.
([#5594](https://github.com/facebook/jest/pull/5594))

### Features

Expand Down

0 comments on commit 8347bb5

Please sign in to comment.