Skip to content

Commit e1a612d

Browse files
authored
Merge pull request #12 from wayofdev/release-please--branches--master--components--laravel-cycle-starter-tpl
chore(master): release 1.1.0
2 parents aa69c14 + 259c186 commit e1a612d

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/wayofdev/laravel-cycle-starter-tpl/compare/v1.0.0...v1.1.0) (2023-05-18)
4+
5+
6+
### Features
7+
8+
* add example of cycle-orm usage ([790e9a5](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/790e9a5b4dd18de8dc268fa87781537532b24ff3))
9+
* add shared labels workflow ([0433efe](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/0433efe833104588a5a83973261d3059c7ef26eb))
10+
* moving to shared workflows ([9b65cda](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/9b65cdaed31c7f90ca00b7fb3d2cd464308739ff))
11+
* moving to shared workflows ([cff490d](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/cff490d1eec2578550ab9f0b2e3d1ba125714649))
12+
* use cycle migrations when deploying ([1f772ae](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/1f772ae966cf6e4b063f3f8cde74198272e6f459))
13+
14+
15+
### Bug Fixes
16+
17+
* phpstan errors ([7bf270a](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/7bf270a730dad82e49a25d7791baacc6f866c050))
18+
* secrets error in workflow ([0a19aac](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/0a19aaccb467e4a5eb054571d54557560d4841c1))
19+
20+
21+
### Miscellaneous
22+
23+
* bump ([00bf884](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/00bf884c66d7cf01a95fb52cccd4750d61e4e95f))
24+
* bump workflows ([d342e88](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/d342e8888fb3c33f7ce9b65c5672b877fe59c560))
25+
* bump workflows ([20e6c19](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/20e6c1984ba303c1b1ee7bf0e2c8a92f35f47b4b))
26+
* bump workflows ([d9a676e](https://github.com/wayofdev/laravel-cycle-starter-tpl/commit/d9a676e4a9a93ccd236af214f36abea05f483c7f))
27+
328
## 1.0.0 (2023-05-12)
429

530

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "laravel-cycle-starter-tpl",
3-
"version": "1.0.0"
3+
"version": "1.1.0"
44
}

0 commit comments

Comments
 (0)