Skip to content

Commit

Permalink
chore(release): 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sherwinski authored and sherwinski committed Feb 10, 2022
1 parent bbf7940 commit 827ba60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit 827ba60

Please sign in to comment.