Skip to content

Commit

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

<!-- changelog -->

## [v0.3.42](https://github.com/ash-project/igniter/compare/v0.3.41...v0.3.42) (2024-09-23)




### Bug Fixes:

* handle empty requested positional args when extracting positional

### Improvements:

* add `Igniter.Code.List.replace_in_list/3`

* allow appending/prepending a different value when the full

## [v0.3.41](https://github.com/ash-project/igniter/compare/v0.3.40...v0.3.41) (2024-09-23)


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.3.41"
@version "0.3.42"

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

0 comments on commit 19b3fac

Please sign in to comment.