From 3294cfbb0efd6620c33a0a1235f61f454bcbfce0 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Tue, 8 Aug 2023 17:47:38 +0300 Subject: [PATCH] chore(master): release 1.2.46 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1371ef..d91987a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.46](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.45...v1.2.46) (2023-08-08) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.40 ([c089012](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/c0890128bc862d75eaf880883176aa41fa63a37c)) + ## [1.2.45](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.44...v1.2.45) (2023-08-08) diff --git a/package.json b/package.json index a7a68df..360ad7b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.45", + "version": "1.2.46", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }