chore: release version v0.1.13

This commit is contained in:
Zach Daniel 2024-09-10 13:44:03 -04:00
parent 4e40d9fc6e
commit 1335609058
3 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v0.1.13](https://github.com/ash-project/ash_money/compare/v0.1.12...v0.1.13) (2024-09-10)
### Improvements:
* use latest igniter functions & update dependency
* add short code automatically
## [v0.1.12](https://github.com/ash-project/ash_money/compare/v0.1.11...v0.1.12) (2024-08-08) ## [v0.1.12](https://github.com/ash-project/ash_money/compare/v0.1.11...v0.1.12) (2024-08-08)

View file

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

View file

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