chore: release version v0.5.13

This commit is contained in:
Zach Daniel 2021-09-06 14:27:28 -04:00
parent 99405a3894
commit c34812f31e
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.5.13](https://github.com/ash-project/ash_phoenix/compare/v0.5.12...v0.5.13) (2021-09-06)
### Bug Fixes:
* don't guess on data matches w/ `sparse?: true`
## [v0.5.12](https://github.com/ash-project/ash_phoenix/compare/v0.5.11...v0.5.12) (2021-09-06)

View file

@ -18,7 +18,7 @@ Roadmap:
```elixir
def deps do
[
{:ash_phoenix, "~> 0.5.12"}
{:ash_phoenix, "~> 0.5.13"}
]
end
```

View file

@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do
Utilities for integrating Ash with Phoenix
"""
@version "0.5.12"
@version "0.5.13"
def project do
[