chore: release version v0.1.5

This commit is contained in:
Zach Daniel 2024-06-13 13:40:25 -04:00
parent 95b1da8535
commit 6013cbe5e6
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v0.1.5](https://github.com/ash-project/igniter/compare/v0.1.4...v0.1.5) (2024-06-13)
### Bug Fixes:
* Igniter.Code.Common.with/2 was not properly merging with original zipper
## [v0.1.4](https://github.com/ash-project/igniter/compare/v0.1.3...v0.1.4) (2024-06-13) ## [v0.1.4](https://github.com/ash-project/igniter/compare/v0.1.3...v0.1.4) (2024-06-13)

View file

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