From 6793a2607e745543d7b30bdc8864e97f8a315700 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Fri, 8 Sep 2023 16:24:57 +0300 Subject: [PATCH] chore(master): release 1.2.75 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b0b213..7c47a6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.75](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.74...v1.2.75) (2023-09-08) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.56 ([ad4f785](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/ad4f7859778f0e4fb3c51e98ad37f44324f18bd5)) + ## [1.2.74](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.73...v1.2.74) (2023-09-04) diff --git a/package.json b/package.json index d9ce3bf..1b85e3b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.74", + "version": "1.2.75", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }