Skip to content

Commit

Permalink
Merge branch 'release/1.0.10' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Mar 30, 2022
2 parents c480674 + 872a0ed commit e4e8b5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ImageOptimize Sharp Image Transform Changelog

## 1.0.10 - 2022.03.29

### Changed

* Tighten the `composer.json` `require` constraints to limit it to the Craft 3 version of ImageOptimize

## 1.0.9 - 2022.02.24

### Changed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nystudio107/craft-imageoptimize-sharp",
"description": "Provides an Sharp image transform type for the ImageOptimize plugin.",
"type": "image-transform",
"version": "1.0.9",
"version": "1.0.10",
"keywords": [
"craftcms",
"sharp",
Expand All @@ -23,7 +23,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"nystudio107/craft-imageoptimize": "^1.6.33 || ^4.0.0-beta.1"
"nystudio107/craft-imageoptimize": "^1.6.33"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e4e8b5f

Please sign in to comment.