chore: release version v0.3.30

This commit is contained in:
Zach Daniel 2024-09-09 21:42:13 -04:00
parent 7630b670ff
commit 2518b51731
2 changed files with 20 additions and 1 deletions

View file

@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.3.30](https://github.com/ash-project/igniter/compare/v0.3.29...v0.3.30) (2024-09-10)
### Bug Fixes:
* handle some edge cases in application child adding
### Improvements:
* support the opts being code when adding a new child to the app tree
* prepend new children instead of appending them
* add an `after` option to `add_new_child/3`
* better warnings on invalid patches in test
## [v0.3.29](https://github.com/ash-project/igniter/compare/v0.3.28...v0.3.29) (2024-09-09)
### Improvements:

View file

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