docs: update changelog

This commit is contained in:
Owen Voke
2021-06-07 08:59:27 +01:00
parent bb13bdaa80
commit 4c911cd0eb
2 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string
{
return '1.3.0';
return '1.3.1';
}
function testDirectory(string $file = ''): string