Skip to content

Commit 1ace932

Browse files
authored
Merge pull request #54 from mubbi/main
main to dev
2 parents eea0527 + 73fd21b commit 1ace932

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.0"
2+
".": "1.8.0"
33
}

CHANGELOG.md

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

3+
## [1.8.0](https://github.com/mubbi/laravel-blog-api/compare/v1.7.1...v1.8.0) (2025-07-29)
4+
5+
6+
### Features
7+
8+
* **articles-seeder:** added multiple co authors seeding ([985bb50](https://github.com/mubbi/laravel-blog-api/commit/985bb501e49f24da9df5e04fafee4c0ff1771c77))
9+
* **article:** show authors and restrict email field to admins ([77acaf6](https://github.com/mubbi/laravel-blog-api/commit/77acaf6bafad2b2a1c0caec70a0ed14f0a7ba8f5))
10+
* **middleware:** added new middleware for public routes ([68f8d90](https://github.com/mubbi/laravel-blog-api/commit/68f8d905296e9861484c446059eba3dcef13d0c0))
11+
* **middleware:** apply optional sanctum auth middleware for guest routes ([fe37480](https://github.com/mubbi/laravel-blog-api/commit/fe37480cebb530189653029011b710aedb0d5a63))
12+
13+
## [1.7.1](https://github.com/mubbi/laravel-blog-api/compare/v1.7.0...v1.7.1) (2025-07-28)
14+
15+
16+
### Bug Fixes
17+
18+
* **comments:** fixed N+1 problem in comments replies listing ([2650fe2](https://github.com/mubbi/laravel-blog-api/commit/2650fe28aef8661655779c395cf08e2c95cbc1d9))
19+
* **comments:** fixed N+1 problem in comments replies listing ([f7bde1b](https://github.com/mubbi/laravel-blog-api/commit/f7bde1b02ff2da55cf21d36926cb28174cd215ed))
20+
321
## [1.7.0](https://github.com/mubbi/laravel-blog-api/compare/v1.6.0...v1.7.0) (2025-07-27)
422

523

0 commit comments

Comments
 (0)