diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a02efb..956448f 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.19.0] - 2023-05-02 + ### Added - `promotionProductId` and `promotionProductName` props for `Image` and `ImageList` to be used by promotion analytics events. GA4's [view_promotion](https://developers.google.com/analytics/devguides/collection/ga4/reference/events?client_type=gtag#view_promotion) event now requires the product's ID or name. diff --git a/manifest.json b/manifest.json index 6293460..d6f7b1d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-image", - "version": "0.18.0", + "version": "0.19.0", "title": "VTEX Image", "description": "Set of VTEX components to handle images", "builders": { diff --git a/react/package.json b/react/package.json index d8b88a2..6c07296 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.18.0" + "version": "0.19.0" }