From 3d56ffcbab462d410ffe073be785c74a09449d4c Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Tue, 15 Aug 2023 13:33:58 +0300 Subject: [PATCH] chore(master): release 1.2.57 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab15a6..e7bf920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.57](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.56...v1.2.57) (2023-08-15) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.44 ([d89c45b](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/d89c45b4d867a9bd39c09ca5da79adc098d6b904)) + ## [1.2.56](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.55...v1.2.56) (2023-08-15) diff --git a/package.json b/package.json index a585f85..2c457cd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.56", + "version": "1.2.57", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }