From 477e98da819e9a64f2f1017bdd15023e5fa19ff4 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Tue, 4 Jul 2023 21:40:59 +0300 Subject: [PATCH] chore(master): release 1.2.9 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d536f..bf42b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.9](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.8...v1.2.9) (2023-07-04) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.24 ([e3ac502](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/e3ac502839db9b2f33d6ab5b0fcc3c7c93ab441c)) + ## [1.2.8](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.7...v1.2.8) (2023-07-04) diff --git a/package.json b/package.json index 6f451e7..f1d9c67 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.8", + "version": "1.2.9", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }