From 27c6176873c0727e1f540bd359885e55daa931a3 Mon Sep 17 00:00:00 2001 From: grimlink Date: Fri, 11 Oct 2024 20:37:17 +0200 Subject: [PATCH] Release 2.1.3 --- CHANGELOG.md | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bf58f56..adcfa5f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.3] - 2024-10-11 ### Fixed - Moved `SvgIcons` argument from global scope to frontend and adminthtml scope diff --git a/composer.json b/composer.json index fce16661..7ca1602f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "siteation/magento2-hyva-icons-lucide", - "version": "2.1.2", + "version": "2.1.3", "license": "MIT", "type": "magento2-module", "description": "Lucide icons for Hyva Themes",