chore: release version v0.1.10

This commit is contained in:
Zach Daniel 2024-07-14 22:11:47 -04:00
parent bbbbcc31f5
commit de04f9d080
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 -->
## [v0.1.10](https://github.com/ash-project/ash_money/compare/v0.1.9...v0.1.10) (2024-07-15)
### Improvements:
* update igniter and document installers
* add Igniter installer task (#61)
* add Igniter installer task
## [v0.1.9](https://github.com/ash-project/ash_money/compare/v0.1.8...v0.1.9) (2024-06-24)

View file

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

View file

@ -1,7 +1,7 @@
defmodule AshMoney.MixProject do
use Mix.Project
@version "0.1.9"
@version "0.1.10"
@description """
The extension for working with money types in Ash.