From 82538acb6a2fa98d0283916468f763e714f090c7 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Fri, 1 Sep 2023 03:23:25 +0300 Subject: [PATCH] chore(master): release 1.2.69 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 920816b..db1a1a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.69](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.68...v1.2.69) (2023-09-01) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.50 ([b0c65bb](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/b0c65bbfe8ec1f24621a9a9d97d3ee35525fb1d1)) + ## [1.2.68](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.67...v1.2.68) (2023-08-30) diff --git a/package.json b/package.json index 5f60747..0ae6a73 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.68", + "version": "1.2.69", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }