release: v2.2.2

This commit is contained in:
Nuno Maduro
2023-03-23 21:48:55 +00:00
parent 3ce6408195
commit cc6bd59df9
4 changed files with 8 additions and 3 deletions

View File

@ -2,6 +2,11 @@
## Unreleased
## [v2.2.2 (2023-03-23)](https://github.com/pestphp/pest/compare/v2.2.1...v2.2.2)
### Fixed
- Edge case in parallel executation test description ([3ce6408](https://github.com/pestphp/pest/commit/3ce640819541ca6022b250e000f336d87c3e7889))
## [v2.2.1 (2023-03-22)](https://github.com/pestphp/pest/compare/v2.2.0...v2.2.1)
### Fixed