chore: release version v0.22.11

This commit is contained in:
Zach Daniel 2023-02-22 13:21:15 -05:00
parent 9d2dcc49d9
commit 744e8f504a
2 changed files with 16 additions and 1 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.22.11](https://github.com/ash-project/ash_graphql/compare/v0.22.10...v0.22.11) (2023-02-22)
### Bug Fixes:
* never resolve an already resolved field
* don't run mutations when they've been resolved
### Improvements:
* add action_middleware option
## [v0.22.10](https://github.com/ash-project/ash_graphql/compare/v0.22.9...v0.22.10) (2023-02-21)

View file

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