From eabeedada65f84f06dad6bc27f33b99c33b5cdba Mon Sep 17 00:00:00 2001 From: grimlink Date: Sat, 30 Nov 2024 12:53:41 +0100 Subject: [PATCH] Release v1.0.5 --- CHANGELOG.md | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ed725..87cb8a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.5] - 2024-11-30 ### Fixed - Moved `SvgIcons` argument from global scope to frontend and adminthtml scope diff --git a/composer.json b/composer.json index 947a3bf..ac60d17 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "siteation/magento2-hyva-icons-bootstrap", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "type": "magento2-module", "description": "Bootstrap icons for Hyva Themes",