From a425ecbec65ff1216345114a9249b40b4065a5e5 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Tue, 8 Aug 2023 19:45:06 +0300 Subject: [PATCH] chore(master): release 1.2.47 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d91987a..97f3212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.47](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.46...v1.2.47) (2023-08-08) + + +### Miscellaneous + +* **deps:** update dependency phpstan/phpstan to v1.10.28 ([4de04e4](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/4de04e4894ee3bbd8d2223b0fceffcf037a90099)) + ## [1.2.46](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.45...v1.2.46) (2023-08-08) diff --git a/package.json b/package.json index 360ad7b..960dde1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.46", + "version": "1.2.47", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }