diff --git a/CHANGELOG.md b/CHANGELOG.md index fcda06e..be0ea33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.3](https://github.com/imgix/magento/compare/v1.0.2...v1.0.3) (2022-02-10) + +### Fixes + +- the use of helpers in templates is discouraged. Use ViewModel instead +- function's nesting level (7) exceeds 5; consider refactoring the function + ## [1.0.2](https://github.com/imgix/magento/compare/v1.0.1...v1.0.2) (2022-02-09) ### Fixes diff --git a/composer.json b/composer.json index cbd9727..fcdceda 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "imgix/magento", "description": "imgix extension to search and select product images within Magento 2", "type": "magento2-module", - "version": "1.0.2", + "version": "1.0.3", "license": "BSD-2-Clause", "authors": [ {