From b75a402db146bcb0966943026138f34ebf4b7da1 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Sun, 9 Jul 2023 22:12:02 +0300 Subject: [PATCH] chore(master): release 1.2.16 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 592bb0c..b6c6bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.16](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.15...v1.2.16) (2023-07-09) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.28 ([124a86a](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/124a86ae4d8027b13bb8f4a83b6aff218e058434)) + ## [1.2.15](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.14...v1.2.15) (2023-07-09) diff --git a/package.json b/package.json index e758ef7..622c9fc 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.15", + "version": "1.2.16", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }