Skip to content

Commit

Permalink
chore: release version v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Nov 2, 2024
1 parent 391a387 commit ee92bf5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.4.2](https://github.com/ash-project/igniter/compare/v0.4.1...v0.4.2) (2024-11-02)




### Bug Fixes:

* properly compose upgrade tasks

### Improvements:

* update rewrite to 1.0.0 (#135)

## [v0.4.1](https://github.com/ash-project/igniter/compare/v0.4.0...v0.4.1) (2024-11-01)

### Bug Fixes:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Igniter.MixProject do
use Mix.Project

@version "0.4.1"
@version "0.4.2"

@description """
A code generation and project patching framework
Expand Down

0 comments on commit ee92bf5

Please sign in to comment.