From 98676e3305fea4878b929ffa7a2db262596a5746 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Wed, 12 Jul 2023 04:03:12 +0300 Subject: [PATCH] chore(master): release 1.2.18 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be0f048..2a2a05e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.18](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.17...v1.2.18) (2023-07-12) + + +### Miscellaneous + +* **deps:** update dependency orchestra/testbench to v8.5.10 ([c77e3f6](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/c77e3f69a3e7c70b9f06c9dd2a6f5eaea5ace8a4)) + ## [1.2.17](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.16...v1.2.17) (2023-07-10) diff --git a/package.json b/package.json index 4ce20a4..c1a7ad8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.17", + "version": "1.2.18", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }