Skip to content

Commit

Permalink
chore: release version v0.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 27, 2025
1 parent 244123b commit acadc63
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.5.19](https://github.com/ash-project/igniter/compare/v0.5.18...v0.5.19) (2025-01-27)




### Features:

* `Igniter.Code.Module.move_to_attribute_definition` (#207)

### Bug Fixes:

* handle single length list config paths that already exist

## [v0.5.18](https://github.com/ash-project/igniter/compare/v0.5.18...v0.5.18) (2025-01-27)


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.5.18"
@version "0.5.19"
@install_version "~> 0.5"

@description """
Expand Down

0 comments on commit acadc63

Please sign in to comment.