chore: release version v1.3.1

This commit is contained in:
Zach Daniel 2024-08-02 12:27:39 -04:00
parent 7845fe89d4
commit 4773f76636
3 changed files with 15 additions and 2 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.3.1](https://github.com/ash-project/ash_graphql/compare/v1.3.0...v1.3.1) (2024-08-02)
### Bug Fixes:
* use `.has_expression?/0` instead of `function_exported?/3`
* error handling list of atoms (#204)
* error handling list of atoms
## [v1.3.0](https://github.com/ash-project/ash_graphql/compare/v1.2.1...v1.3.0) (2024-08-01)

View file

@ -22,7 +22,7 @@ mix igniter.install ash_graphql
def deps()
[
...
{:ash_graphql, "~> 1.3.0"}
{:ash_graphql, "~> 1.3.1"}
]
end
```

View file

@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do
The extension for building GraphQL APIs with Ash
"""
@version "1.3.0"
@version "1.3.1"
def project do
[