chore: release version v0.1.3

This commit is contained in:
Zach Daniel 2023-12-05 19:26:07 -05:00
parent aec24cac85
commit c579f4d0be
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.1.3](https://github.com/ash-project/ash_money/compare/v0.1.2...v0.1.3) (2023-12-06)
### Bug Fixes:
* typespecs and upgrade `ash_graphql`
## [v0.1.2](https://github.com/ash-project/ash_money/compare/v0.1.1...v0.1.2) (2023-12-04)

View file

@ -6,7 +6,7 @@
def deps()
[
...
{:ash_money, "~> 0.1.2"}
{:ash_money, "~> 0.1.3"}
]
end
```

View file

@ -1,7 +1,7 @@
defmodule AshMoney.MixProject do
use Mix.Project
@version "0.1.2"
@version "0.1.3"
@description """
A money extension for Ash.