From a3f3576686cdfc30750a82b3d502b2a6de71d527 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Wed, 7 Jun 2023 21:53:36 +0300 Subject: [PATCH] chore(master): release 1.1.10 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2204013..df872fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.10](https://github.com/wayofdev/laravel-cycle-event-sourcing/compare/v1.1.9...v1.1.10) (2023-06-07) + + +### Miscellaneous + +* **deps:** update dependency phpstan/phpstan to v1.10.17 ([6752a39](https://github.com/wayofdev/laravel-cycle-event-sourcing/commit/6752a3969a5f0563f5dcd15ebf206768f6226d8c)) + ## [1.1.9](https://github.com/wayofdev/laravel-cycle-event-sourcing/compare/v1.1.8...v1.1.9) (2023-06-06) diff --git a/package.json b/package.json index d673078..31d5b8a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.9", + "version": "1.1.10", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }