From bef677fdb16eaf839979dd312d462459cdc5f25b Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Sun, 16 Jul 2023 19:12:39 +0300 Subject: [PATCH] chore(master): release 1.2.21 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cb1fe3..4c0344e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.21](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.20...v1.2.21) (2023-07-16) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.31 ([04ddfde](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/04ddfde4f5c545c79600a676365c26d9b4321703)) + ## [1.2.20](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.19...v1.2.20) (2023-07-14) diff --git a/package.json b/package.json index beecf47..9f0f576 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.20", + "version": "1.2.21", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }