diff --git a/CHANGELOG.md b/CHANGELOG.md index c1e4fb2..f0d03e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.1](https://github.com/ash-project/igniter/compare/v0.1.0...v0.1.1) (2024-06-13) + + + + +### Bug Fixes: + +* always format the file even if no `.formatter.exs` exists + ## [v0.1.0](https://github.com/ash-project/igniter/compare/v0.1.0...v0.1.0) (2024-06-13) diff --git a/mix.exs b/mix.exs index f10f96c..da57799 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Igniter.MixProject do use Mix.Project - @version "0.1.0" + @version "0.1.1" @description """ A code generation and project patching framework