Update CHANGELOG.

This commit is contained in:
cpojer 2025-07-03 08:41:25 +09:00
parent 06f8e2872d
commit a476b79185
1 changed files with 7 additions and 1 deletions

View File

@ -1,9 +1,15 @@
## main ## main
## 30.0.4
### Features ### Features
- `[expect]` Have `Inverse` exportable ([#15714](https://github.com/jestjs/jest/pull/15714)) - `[expect]` The `Inverse` type is now exported ([#15714](https://github.com/jestjs/jest/pull/15714))
- `[expect]` feat: support `async functions` in `toBe` ([#15704](https://github.com/jestjs/jest/pull/15704)) - `[expect]` feat: support `async functions` in `toBe` ([#15704](https://github.com/jestjs/jest/pull/15704))
### Fixes
- `[jest]` jest --onlyFailures --listTests now correctly lists only failed tests (#15700)
- `[jest-snapshot]` Handle line endings in snapshots ([#15708](https://github.com/jestjs/jest/pull/15708)) - `[jest-snapshot]` Handle line endings in snapshots ([#15708](https://github.com/jestjs/jest/pull/15708))
## 30.0.3 ## 30.0.3