diff --git a/CHANGELOG.md b/CHANGELOG.md index 30ac133..8da3aa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/mix.exs b/mix.exs index a3d5ce4..dbaa766 100644 --- a/mix.exs +++ b/mix.exs @@ -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