From 9bc0badef06b7f310f37234280e8b75247b643ff Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:31:16 +0300 Subject: [PATCH] chore(master): release 1.2.13 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61b3e40..1bfd4d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.13](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.12...v1.2.13) (2023-07-06) + + +### Miscellaneous + +* **deps:** update dependency phpstan/phpstan to v1.10.25 ([48c7c39](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/48c7c3973f85b6a2f9f9c1962151797f220bf149)) + ## [1.2.12](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.11...v1.2.12) (2023-07-06) diff --git a/package.json b/package.json index d0de606..79a315d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.12", + "version": "1.2.13", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }