From f7fe540656066babb8638398091ae6a94d3f09de Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Mon, 31 Jul 2023 07:22:32 +0300 Subject: [PATCH] chore(master): release 1.2.34 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db8510f..925bf47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.34](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.33...v1.2.34) (2023-07-31) + + +### Miscellaneous + +* **deps:** update dependency pestphp/pest to v2.10.0 ([9162b8e](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/9162b8ef913d666e3c8cc846cccf2c21aed1beaf)) + ## [1.2.33](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.32...v1.2.33) (2023-07-29) diff --git a/package.json b/package.json index 2c2844f..fbed805 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.33", + "version": "1.2.34", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }