From 6013cbe5e66676e64d99049c7daba75ea3a76a98 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 13 Jun 2024 13:40:25 -0400 Subject: [PATCH] chore: release version v0.1.5 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f5f6bd..346450c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/mix.exs b/mix.exs index 11d1cd0..3c90068 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Igniter.MixProject do use Mix.Project - @version "0.1.4" + @version "0.1.5" @description """ A code generation and project patching framework