diff --git a/CHANGELOG.md b/CHANGELOG.md index 65cf7ed..a82bce6 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.26.6] - 2021-07-14 + ### Fixed - Now, when `isOneClickBuy` is enabled, the users are only redirected when there's confirmation that the item was added to the cart diff --git a/manifest.json b/manifest.json index b3b55cc..454d311 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "add-to-cart-button", - "version": "0.26.5", + "version": "0.26.6", "title": "Add to Cart Button", "description": "A button component to add items into the shopping cart.", "builders": { diff --git a/react/package.json b/react/package.json index 9639504..71bef34 100644 --- a/react/package.json +++ b/react/package.json @@ -1,5 +1,5 @@ { - "version": "0.26.5", + "version": "0.26.6", "scripts": { "lint": "tsc --noEmit && eslint --quiet --fix --ext ts,tsx .", "test": "vtex-test-tools test"