diff --git a/CHANGELOG.md b/CHANGELOG.md index e41cf519..e7d46dd7 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] +## [2.90.1] - 2024-09-25 + ### Fixed - The logic of the `loading` attribute depends only on the `fetchpriority` value and no longer on the image resizing diff --git a/manifest.json b/manifest.json index fe8e7a51..dd294425 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-summary", - "version": "2.90.0", + "version": "2.90.1", "title": "Product Summary", "description": "Product summary component", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 33f7c9da..be2e26a3 100644 --- a/react/package.json +++ b/react/package.json @@ -46,5 +46,5 @@ "vtexScriptsOverride": { "srcPath": "." }, - "version": "2.90.0" + "version": "2.90.1" }