From 1e4be41ae29c680523b42f2c6aa7ea3426e832de Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Fri, 14 Jul 2023 10:43:13 +0300 Subject: [PATCH] chore(master): release 1.2.20 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 995c040..8cb1fe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.20](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.19...v1.2.20) (2023-07-14) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.30 ([bc4cbd3](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/bc4cbd322ac7393728fb35be83b2c224b3c86b4c)) + ## [1.2.19](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.18...v1.2.19) (2023-07-13) diff --git a/package.json b/package.json index 3fa210e..beecf47 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.19", + "version": "1.2.20", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }