From 8d38854fc0d973fcb2e8c7c30cae23a643ff9f54 Mon Sep 17 00:00:00 2001 From: polishq <6306265+polishq@users.noreply.github.com> Date: Thu, 3 Feb 2022 18:15:17 +0000 Subject: [PATCH] Release v2.0.2 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56e9558..7e62ba5 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.0.2] - 2022-02-03 + ### Fixed - Added `!` to beginning of anonymous function at the top of `checkout6-custom.js` to ensure it can work in conjunction with other apps that inject checkout JS diff --git a/manifest.json b/manifest.json index 7c4f041..215648d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "b2bstore", - "version": "2.0.1", + "version": "2.0.2", "defaultLocale": "en-US", "builders": { "assets": "0.x",