From bec1af0713e86802c89282f9a112b15af5c2d3fc Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Thu, 8 Jun 2023 04:56:03 +0300 Subject: [PATCH] chore(master): release 1.1.14 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 325e50a..0c63fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.14](https://github.com/wayofdev/laravel-cycle-event-sourcing/compare/v1.1.13...v1.1.14) (2023-06-08) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.11 ([bb12cdc](https://github.com/wayofdev/laravel-cycle-event-sourcing/commit/bb12cdc7872ec376981c0f721b55c4cbf605876c)) + ## [1.1.13](https://github.com/wayofdev/laravel-cycle-event-sourcing/compare/v1.1.12...v1.1.13) (2023-06-07) diff --git a/package.json b/package.json index e60a95e..9f22372 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.13", + "version": "1.1.14", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }