diff --git a/CHANGELOG.md b/CHANGELOG.md index dead584..1604ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.22.1] - 2024-08-07 + ### Fixed - Adds the height prop to the image but without adding the maxHeight as default value diff --git a/manifest.json b/manifest.json index 4d5b503..8894560 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-image", - "version": "0.22.0", + "version": "0.22.1", "title": "VTEX Image", "description": "Set of VTEX components to handle images", "builders": { diff --git a/react/package.json b/react/package.json index 26038c8..a4ba74a 100644 --- a/react/package.json +++ b/react/package.json @@ -22,5 +22,5 @@ "vtex.slider-layout": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.slider-layout@0.22.0/public/@types/vtex.slider-layout", "vtex.store-image": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-image@0.14.1/public/@types/vtex.store-image" }, - "version": "0.22.0" + "version": "0.22.1" }