chore: release version v0.16.18-rc5

This commit is contained in:
Zach Daniel 2021-06-29 12:17:55 -04:00
parent 3a0b0c3f83
commit b3a4e5efa4
2 changed files with 20 additions and 1 deletions

View file

@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.16.18-rc5](https://github.com/ash-project/ash_graphql/compare/v0.16.18-rc4...v0.16.18-rc5) (2021-06-29)
### Bug Fixes:
* include new custom type
### Improvements:
* add `as_mutation` for queries
* support `modify_resolution` for queries
* update to latest rc
* add `short_message` and `vars` to errors
## [v0.16.18-rc4](https://github.com/ash-project/ash_graphql/compare/v0.16.18-rc3...v0.16.18-rc4) (2021-06-28)

View file

@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do
An absinthe-backed graphql extension for Ash
"""
@version "0.16.18-rc4"
@version "0.16.18-rc5"
def project do
[