From 259c18604edaa4e412aadf0bef7fcfaf7003cf96 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Thu, 18 May 2023 14:22:32 +0300 Subject: [PATCH] chore(master): release 1.1.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faa523a..f53b55e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [1.1.0](https://github.com/wayofdev/laravel-cycle-starter-tpl/compare/v1.0.0...v1.1.0) (2023-05-18) + + +### Features + +* add example of cycle-orm usage ([790e9a5](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/790e9a5b4dd18de8dc268fa87781537532b24ff3)) +* add shared labels workflow ([0433efe](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/0433efe833104588a5a83973261d3059c7ef26eb)) +* moving to shared workflows ([9b65cda](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/9b65cdaed31c7f90ca00b7fb3d2cd464308739ff)) +* moving to shared workflows ([cff490d](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/cff490d1eec2578550ab9f0b2e3d1ba125714649)) +* use cycle migrations when deploying ([1f772ae](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/1f772ae966cf6e4b063f3f8cde74198272e6f459)) + + +### Bug Fixes + +* phpstan errors ([7bf270a](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/7bf270a730dad82e49a25d7791baacc6f866c050)) +* secrets error in workflow ([0a19aac](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/0a19aaccb467e4a5eb054571d54557560d4841c1)) + + +### Miscellaneous + +* bump ([00bf884](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/00bf884c66d7cf01a95fb52cccd4750d61e4e95f)) +* bump workflows ([d342e88](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/d342e8888fb3c33f7ce9b65c5672b877fe59c560)) +* bump workflows ([20e6c19](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/20e6c1984ba303c1b1ee7bf0e2c8a92f35f47b4b)) +* bump workflows ([d9a676e](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/d9a676e4a9a93ccd236af214f36abea05f483c7f)) + ## 1.0.0 (2023-05-12) diff --git a/package.json b/package.json index f4bd868..76ff7c5 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ { "name": "laravel-cycle-starter-tpl", - "version": "1.0.0" + "version": "1.1.0" }