From e2bf7b4987548be4f13990086f57a2ed5733814b Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Fri, 4 Aug 2023 22:46:37 +0300 Subject: [PATCH] chore(master): release 1.2.40 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a7d302..4a2ce5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.40](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.39...v1.2.40) (2023-08-04) + + +### Miscellaneous + +* **deps:** update dependency pestphp/pest to v2.12.1 ([e768921](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/e768921f98c751395715b222463877f02e275700)) + ## [1.2.39](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.38...v1.2.39) (2023-08-04) diff --git a/package.json b/package.json index 39f2da5..4135801 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.39", + "version": "1.2.40", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }