From 490166308230ba71163f3260b488e75c37c6ec41 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Thu, 25 May 2023 16:58:39 +0300 Subject: [PATCH] chore(master): release 1.0.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9423eda..bca776b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.0.0 (2023-05-25) + + +### Features + +* update actions ([3e20d21](https://github.com/wayofdev/laravel-cycle-event-sourcing/commit/3e20d2158572c248f29e338adfb136331b4c2d55)) + ## [1.1.36](https://github.com/wayofdev/laravel-package-tpl/compare/v1.1.35...v1.1.36) (2023-05-24) diff --git a/package.json b/package.json index 2d813f2..cf55562 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.36", + "version": "1.0.0", "repository": { "url": "https://github.com/wayofdev/laravel-package-tpl.git" }