From 8c55207d2f45d08995214bf2c72f38bfd361d783 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Wed, 19 Jul 2023 22:59:48 +0300 Subject: [PATCH] chore(master): release 1.2.26 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 303fbe0..b7a2c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.26](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.25...v1.2.26) (2023-07-19) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.34 ([c8eeae1](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/c8eeae12a95ccb6cb7360f985220abb081d0b78b)) + ## [1.2.25](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.24...v1.2.25) (2023-07-19) diff --git a/package.json b/package.json index 704585d..1fad095 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.25", + "version": "1.2.26", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }