From 2c4aef52724900e34882c5a5f0a7c51fb652fd2f Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 14 May 2021 10:51:50 +0100 Subject: [PATCH] release: 1.2.1 --- CHANGELOG.md | 4 ++++ src/Pest.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ac3262e..05d93b84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [v1.2.1 (2021-05-14)](https://github.com/pestphp/pest/compare/v1.2.0...v1.2.1) +### Fixed +- Laravel commands failing with new `--test-directory` option ([#297](https://github.com/pestphp/pest/pull/297)) + ## [v1.2.0 (2021-05-13)](https://github.com/pestphp/pest/compare/v1.1.0...v1.2.0) ### Added - Adds JUnit / Infection support ([#291](https://github.com/pestphp/pest/pull/291)) diff --git a/src/Pest.php b/src/Pest.php index f3b5579a..ff37fb0d 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '1.2.0'; + return '1.2.1'; } function testDirectory(string $file = ''): string