From afeb0e8fcce778000a95a37caf2fd4db4a73f8e3 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Fri, 11 Aug 2023 17:37:47 +0300 Subject: [PATCH] chore(master): release 1.2.50 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c290d53..e60e6b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.50](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.49...v1.2.50) (2023-08-11) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.41 ([a155d9d](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/a155d9d9fbca68961dc9c932e7b16c2a6845c390)) + ## [1.2.49](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.48...v1.2.49) (2023-08-11) diff --git a/package.json b/package.json index 41f8ec6..3663c00 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.49", + "version": "1.2.50", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }