From 35a903e37df0adf6d16ddd221aa7acc4129e8f29 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Sat, 1 Jul 2023 17:23:42 +0300 Subject: [PATCH] chore(master): release 1.2.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5379a94..13ff3a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.2](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.1...v1.2.2) (2023-07-01) + + +### Miscellaneous + +* **deps:** update dependency orchestra/testbench to v8.5.9 ([e51276c](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/e51276c5f2649d6fbc12a20e4a7e4511dc85f0de)) + ## [1.2.1](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.0...v1.2.1) (2023-07-01) diff --git a/package.json b/package.json index f54c0c2..7be1dd6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.1", + "version": "1.2.2", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }