diff --git a/CHANGELOG.md b/CHANGELOG.md index 9420d46..02cbe62 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.4] - 2021-06-14 + ### Fixed - Rollback changes introduced by v0.26.3. diff --git a/manifest.json b/manifest.json index c2b3caa..e7f5956 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "add-to-cart-button", - "version": "0.26.3", + "version": "0.26.4", "title": "Add to Cart Button", "description": "A button component to add items into the shopping cart.", "builders": { @@ -21,7 +21,9 @@ "vtex.store-resources": "0.x", "vtex.native-types": "0.x" }, - "registries": ["smartcheckout"], + "registries": [ + "smartcheckout" + ], "policies": [], "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema" } diff --git a/react/package.json b/react/package.json index d51e4a2..02a8887 100644 --- a/react/package.json +++ b/react/package.json @@ -1,5 +1,5 @@ { - "version": "0.26.3", + "version": "0.26.4", "scripts": { "lint": "tsc --noEmit && eslint --quiet --fix --ext ts,tsx .", "test": "vtex-test-tools test"