From b873ae47e39b93a84bac64893702b7929771e55e Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Mon, 17 Jul 2023 06:33:09 +0300 Subject: [PATCH] chore(master): release 1.2.22 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c0344e..f05d93b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.22](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.21...v1.2.22) (2023-07-17) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.32 ([4f2dbeb](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/4f2dbeb49d9240385a0a1bb547cd39bdb32b39cc)) + ## [1.2.21](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.20...v1.2.21) (2023-07-16) diff --git a/package.json b/package.json index 9f0f576..230f582 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.21", + "version": "1.2.22", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }