Skip to content

Commit

Permalink
chore: release version v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Aug 26, 2024
1 parent c541d83 commit 090f554
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion documentation/tutorials/getting-started-with-graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mix igniter.install ash_graphql
def deps()
[
...
{:ash_graphql, "~> 1.3.2"}
{:ash_graphql, "~> 1.3.3"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 090f554

Please sign in to comment.