From 061c9de301531e500a8157b476a5899361e60068 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 19 Apr 2023 21:10:22 +0100 Subject: [PATCH] release: v1.23.0 --- CHANGELOG.md | 4 ++++ src/Pest.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cf9907a..1210d3ae 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.23.0 (2023-04-19)](https://github.com/pestphp/pest/compare/v1.22.6...v1.23.0) +### Changed +- Bumps dependencies + ## [v1.22.6 (2023-03-17)](https://github.com/pestphp/pest/compare/v1.22.5...v1.22.6) ### Changed - Bumps dependencies diff --git a/src/Pest.php b/src/Pest.php index 595f9902..9f754769 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '1.22.3'; + return '1.23.0'; } function testDirectory(string $file = ''): string