From 9be43318ff188775f0ab4c5dc1cd43a86446eecc Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Sat, 29 Oct 2022 16:35:00 +1100 Subject: [PATCH] version 3.0.3 --- CHANGELOG.md | 7 ++++++- composer.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d6ccbc..af313a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## 3.0.2 - 2022-11-16 +## 3.0.3 - 2022-10-29 + +### Fixed +- Fix an error when asset-indexing resized images. + +## 3.0.2 - 2022-09-16 ### Fixed - Fix bulk resize actions not working correctly. diff --git a/composer.json b/composer.json index a34aeeb..80d2adf 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/image-resizer", "description": "Image Resizer is a Craft plugin that resizes your assets when they are uploaded.", "type": "craft-plugin", - "version": "3.0.2", + "version": "3.0.3", "keywords": [ "craft", "cms",