From 96faaba5e3663623051db68e0493ce32039dbec2 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Tue, 22 Aug 2023 23:03:46 +0300 Subject: [PATCH] chore(master): release 1.2.60 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 141a97d..20cc414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.60](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.59...v1.2.60) (2023-08-22) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.45 ([f2529c2](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/f2529c268abe6ef8bbeec4713097cf8009bd8787)) + ## [1.2.59](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.58...v1.2.59) (2023-08-22) diff --git a/package.json b/package.json index 6c92c0c..da28c7b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.59", + "version": "1.2.60", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }