Skip to content

Commit

Permalink
chore: release version v1.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 24, 2023
1 parent 18fa992 commit 6b80d0f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v1.2.21](https://github.com/ash-project/ash_phoenix/compare/v1.2.20...v1.2.21) (2023-10-24)




### Improvements:

* ash_phoenix.gen.html generator (#112)

## [v1.2.20](https://github.com/ash-project/ash_phoenix/compare/v1.2.19...v1.2.20) (2023-10-13)


Expand Down
2 changes: 1 addition & 1 deletion documentation/topics/working-with-phoenix.md
Expand Up @@ -2,7 +2,7 @@

The AshPhoenix plugin adds lots of helpers for working with Phoenix Liveview (and regular views).

`{:ash_phoenix, "~> 1.2.20"}`
`{:ash_phoenix, "~> 1.2.21"}`

Check out the [getting started with phoenix guide](/documentation/tutorials/getting-started-with-ash-and-phoenix.md) for setup.

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -5,7 +5,7 @@ defmodule AshPhoenix.MixProject do
Utilities for integrating Ash with Phoenix
"""

@version "1.2.20"
@version "1.2.21"

def project do
[
Expand Down

0 comments on commit 6b80d0f

Please sign in to comment.