From a18e34b1dac451ad936068f6ff637b029a9eeb3d Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Sat, 5 Aug 2023 15:42:29 +0300 Subject: [PATCH] chore(master): release 1.2.42 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e43aa31..679242a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.42](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.41...v1.2.42) (2023-08-05) + + +### Miscellaneous + +* **deps:** update dependency phpstan/phpstan to v1.10.27 ([3899b89](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/3899b8910b138e9fac45888238186d4c981fa4a0)) + ## [1.2.41](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.40...v1.2.41) (2023-08-05) diff --git a/package.json b/package.json index d3f7d1a..e752349 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.41", + "version": "1.2.42", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }