From 265e611d5d6b24f103191b896fde90c83dd76be2 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 8 Jan 2025 12:29:09 -0500 Subject: [PATCH] chore: release version v0.3.0 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f02b16a..4e0f7ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/mix.exs b/mix.exs index a4f300d..0350d9e 100644 --- a/mix.exs +++ b/mix.exs @@ -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 """