From 77041cd33cc13dacb5c5d31e24cd7d61029e5cdb Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Sat, 29 Jul 2023 21:38:36 +0300 Subject: [PATCH] chore(master): release 1.2.33 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6465e23..db8510f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.33](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.32...v1.2.33) (2023-07-29) + + +### Miscellaneous + +* **deps:** update dependency nunomaduro/larastan to v2.6.4 ([92abdf8](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/92abdf84972ab621e45579c46bb934a56102287f)) + ## [1.2.32](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.31...v1.2.32) (2023-07-28) diff --git a/package.json b/package.json index 0b7d940..2c2844f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.32", + "version": "1.2.33", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }