chore: release version v1.3.3

This commit is contained in:
Zach Daniel 2024-08-26 16:18:12 -04:00
parent c541d83220
commit 090f554290
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 -->
## [v1.3.3](https://github.com/ash-project/ash_graphql/compare/v1.3.2...v1.3.3) (2024-08-26)
### Bug Fixes:
* append new domain to list when extending
## [v1.3.2](https://github.com/ash-project/ash_graphql/compare/v1.3.1...v1.3.2) (2024-08-16)

View file

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

View file

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