From 3da73b0ec4ccead1173b501118cbc66a34dff44d Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Thu, 11 May 2023 10:10:42 +0300 Subject: [PATCH] chore(master): release 1.4.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ceab794..e4dd5340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.4.0](https://github.com/wayofdev/laravel-starter-tpl/compare/v1.3.0...v1.4.0) (2023-05-11) + + +### Features + +* project structure changed and readme added ([022e719](https://github.com/wayofdev/laravel-starter-tpl/commit/022e719702db2f036cab49428e8a1f3573058b29)) + + +### Miscellaneous + +* **deps:** update dependency wayofdev/cs-fixer-config to v1.2.2 ([a5c24a0](https://github.com/wayofdev/laravel-starter-tpl/commit/a5c24a0cb2a48467b2bc10e6e41c57a995259041)) + ## [1.3.0](https://github.com/wayofdev/laravel-starter-tpl/compare/v1.2.1...v1.3.0) (2023-05-10) diff --git a/package.json b/package.json index 12e328ed..21859a88 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ { "name": "laravel-starter-tpl", - "version": "1.3.0" + "version": "1.4.0" }