diff --git a/CHANGELOG.md b/CHANGELOG.md index a721650..ac0ae83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [3.5.1] - 2023-05-10 ### Fixed - Fix attributes received from `eventData` on event `vtex:addToWishlist` extracting `items.product` ans using `sku` instead `selectedSku` - Fix `eventData` for the `refund` to receive a formatted order object instead diff --git a/manifest.json b/manifest.json index 1fa78f6..ad3cb01 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "google-tag-manager", "vendor": "vtex", - "version": "3.5.0", + "version": "3.5.1", "title": "Google Tag Manager", "description": "Google Tag Manager", "mustUpdateAt": "2019-04-03", @@ -13,7 +13,9 @@ "support": { "url": "https://support.vtex.com/hc/requests" }, - "availableCountries": ["*"] + "availableCountries": [ + "*" + ] }, "builders": { "react": "3.x", diff --git a/react/package.json b/react/package.json index 59b508c..f180d7d 100644 --- a/react/package.json +++ b/react/package.json @@ -1,5 +1,5 @@ { - "version": "3.5.0", + "version": "3.5.1", "scripts": { "test": "vtex-test-tools test" },