From 1856c15e67748284217007300d9499417ea20d9d Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 3 Feb 2023 13:05:47 +0000 Subject: [PATCH] release: v1.22.4 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c89350a5..6e765056 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.22.4 (2023-02-03)](https://github.com/pestphp/pest/compare/v1.22.3...v1.22.4) +### Changed +- Bumps dependencies + ## [v1.22.3 (2022-12-07)](https://github.com/pestphp/pest/compare/v1.22.2...v1.22.3) ### Fixed - Fixes ignoring datasets description on lazy datasets ([#612](https://github.com/pestphp/pest/pull/612))