From a36498f7175383e0ac704d51d289283222aa2307 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Mon, 14 Aug 2023 19:16:26 +0300 Subject: [PATCH] chore(master): release 1.2.54 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a190e49..4720594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.54](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.53...v1.2.54) (2023-08-14) + + +### Miscellaneous + +* **deps:** update dependency phpstan/phpstan to v1.10.29 ([7046757](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/7046757894a82f5e7b3b52c49aa19945e9aec615)) + ## [1.2.53](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.52...v1.2.53) (2023-08-14) diff --git a/package.json b/package.json index aeef997..4288518 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.53", + "version": "1.2.54", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }