From dabbc74cfc3f5ec7c1b170ac84896936c9e7d8be Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Tue, 25 Jul 2023 19:20:53 +0300 Subject: [PATCH] chore(master): release 1.2.30 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d25ff9..5bb6172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.30](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.29...v1.2.30) (2023-07-25) + + +### Miscellaneous + +* **deps:** update dependency orchestra/testbench to v8.5.10 ([a2985ba](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/a2985ba87d566aaf4b0f2b934f4d0dab0570f729)) + ## [1.2.29](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.28...v1.2.29) (2023-07-24) diff --git a/package.json b/package.json index 3081900..70208ad 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.29", + "version": "1.2.30", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }