From a109de4fad5c352c58aaea773c7ee037400b1439 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Tue, 12 Sep 2023 19:58:57 +0300 Subject: [PATCH] chore(master): release 1.2.77 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d59ae7..7d6c7c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.77](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.76...v1.2.77) (2023-09-12) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.58 ([76c81c6](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/76c81c6c04d081514cf2f15abd4c0b48172e87c6)) + ## [1.2.76](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.75...v1.2.76) (2023-09-08) diff --git a/package.json b/package.json index 03a19d0..cf221a0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.76", + "version": "1.2.77", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }