Skip to content

Commit

Permalink
chore(release): 5.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.5.2](v5.5.1...v5.5.2) (2023-11-01)

### Bug Fixes

* Pass request context instead of fields to the transformer ([4e924db](4e924db))
* Used request input instead of request get to allow prepareForValidation to work properly ([#27](#27)) ([3708a3e](3708a3e))
  • Loading branch information
semantic-release-bot committed Nov 1, 2023
1 parent 3708a3e commit c8b7b56
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.5.2](https://github.com/tenantcloud/laravel-json-api/compare/v5.5.1...v5.5.2) (2023-11-01)


### Bug Fixes

* Pass request context instead of fields to the transformer ([4e924db](https://github.com/tenantcloud/laravel-json-api/commit/4e924dbd1346836b91462053d9b8eedd153e2bf1))
* Used request input instead of request get to allow prepareForValidation to work properly ([#27](https://github.com/tenantcloud/laravel-json-api/issues/27)) ([3708a3e](https://github.com/tenantcloud/laravel-json-api/commit/3708a3e2ef0c731ef23544ea2c9f1d9c9cc739f0))

## [5.5.2](https://github.com/tenantcloud/laravel-json-api/compare/v5.5.1...v5.5.2) (2023-10-20)


Expand Down

0 comments on commit c8b7b56

Please sign in to comment.