Skip to content

Commit

Permalink
chore(master): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 18, 2023
1 parent aa69c14 commit 259c186
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "laravel-cycle-starter-tpl",
"version": "1.0.0"
"version": "1.1.0"
}

0 comments on commit 259c186

Please sign in to comment.