Skip to content

Commit

Permalink
chore: release version v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 8, 2025
1 parent e341ab0 commit 265e611
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.3.0](https://github.com/ash-project/igniter_js/compare/v0.2.0...v0.3.0) (2025-01-08)




### Features:

* add function to extend limited objects and prevent duplicate object names during extending hooks (#9)

## [v0.2.0](https://github.com/ash-project/igniter_js/compare/v0.1.2...v0.2.0) (2025-01-05)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule IgniterJs.MixProject do
use Mix.Project
@version "0.2.0"
@version "0.3.0"
@source_url "https://github.com/ash-project/igniter_js"

@description """
Expand Down

0 comments on commit 265e611

Please sign in to comment.