release: v2.10.1

This commit is contained in:
Nuno Maduro
2023-07-31 11:58:13 +01:00
parent 6820d8b7aa
commit 4de70da0a0
6 changed files with 23 additions and 5 deletions

View File

@ -2,6 +2,12 @@
## Unreleased
## [v2.10.1 (2023-07-31)](https://github.com/pestphp/pest/compare/v2.10.0...v2.10.1)
### Fixed
- `not->toHaveSuffix` and `toHavePrefix` expectations ([#888](https://github.com/pestphp/pest/pull/888))
## [v2.10.0 (2023-07-31)](https://github.com/pestphp/pest/compare/v2.9.5...v2.10.0)
### Added