From cce5b9277339ddc5f8b2389942048a862190aa4e Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Wed, 13 Sep 2023 15:18:29 +0300 Subject: [PATCH] chore(master): release 1.2.79 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f4327..cc30600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.79](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.78...v1.2.79) (2023-09-13) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.59 ([93f1412](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/93f1412ed239fb9404d253fa5599c9e145d41d35)) + ## [1.2.78](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.77...v1.2.78) (2023-09-13) diff --git a/package.json b/package.json index 44bcc82..7e777b6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.78", + "version": "1.2.79", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }