From 4daf677c15cd92d4a71a6394397c52e3452304a6 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Sun, 9 Jul 2023 22:08:53 +0300 Subject: [PATCH] chore(master): release 1.2.15 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be4d7cf..592bb0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.15](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.14...v1.2.15) (2023-07-09) + + +### Miscellaneous + +* **deps:** update dependency ergebnis/composer-normalize to v2.33.0 ([c6fbada](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/c6fbada5376719b66678d7c764acef5898ebe4b2)) + ## [1.2.14](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.13...v1.2.14) (2023-07-06) diff --git a/package.json b/package.json index ba3e2a2..e758ef7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.14", + "version": "1.2.15", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }