From 7fc5ad9344d06d04aed7dbe376c6561e3d38f33d Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:31:14 +0300 Subject: [PATCH] chore(master): release 1.2.71 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eab45e..23065bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.71](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.70...v1.2.71) (2023-09-04) + + +### Miscellaneous + +* **deps:** update dependency ergebnis/composer-normalize to v2.36.0 ([95a605f](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/commit/95a605fbad4671fcb049917205de7a836253ebab)) + ## [1.2.70](https://github.com/wayofdev/laravel-cycle-orm-event-sourcing/compare/v1.2.69...v1.2.70) (2023-09-04) diff --git a/package.json b/package.json index 0eb19a5..a61d891 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.70", + "version": "1.2.71", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }