chore: release version v0.3.15

This commit is contained in:
Zach Daniel 2024-07-31 14:50:26 -04:00
parent af91431010
commit 691ccfa07c
2 changed files with 12 additions and 1 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.3.15](https://github.com/ash-project/igniter/compare/v0.3.14...v0.3.15) (2024-07-31)
### Bug Fixes:
* remove `force?: true` from dep installation
* better handling of positional args in igniter.new
## [v0.3.14](https://github.com/ash-project/igniter/compare/v0.3.13...v0.3.14) (2024-07-30)

View file

@ -1,7 +1,7 @@
defmodule Igniter.MixProject do
use Mix.Project
@version "0.3.14"
@version "0.3.15"
@description """
A code generation and project patching framework