From 3b0f0f3a68fcf09bd6a944c5fa43891043a46c3a Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Fri, 28 Jul 2023 12:34:49 +0300 Subject: [PATCH] chore(master): release 1.2.32 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edcd6ae..6465e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.32](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.31...v1.2.32) (2023-07-28) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.35 ([9b23e21](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/9b23e212f4bd1e9b7d113b7408ef7a25796560ea)) + ## [1.2.31](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.30...v1.2.31) (2023-07-28) diff --git a/package.json b/package.json index c082f79..0b7d940 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.31", + "version": "1.2.32", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }