From dd52f4707f61b0b1f92c16a30734c9046561a9dc Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Wed, 30 Aug 2023 05:58:11 +0300 Subject: [PATCH] chore(master): release 1.2.68 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff82d72..920816b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.68](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.67...v1.2.68) (2023-08-30) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.49 ([52a1afa](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/52a1afae963b5b930e7ae671470d3a48779d25be)) + ## [1.2.67](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.66...v1.2.67) (2023-08-26) diff --git a/package.json b/package.json index 8fb8446..5f60747 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.67", + "version": "1.2.68", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }