From 735435c657e86459280ac5da33eab4dee7eba9a4 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Wed, 27 Jun 2018 09:36:03 -0300 Subject: [PATCH] Release v1.6.1 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60765bb14..8e6da8234 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] + +## [1.6.1] - 2018-6-27 ### Changed - _BuyButton_ don't wait add to cart to proceed to checkout page. - _BuyButton_ Component added isOneClickBuy attribute. diff --git a/manifest.json b/manifest.json index 5cb4e8ad7..0e0805cdb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-components", - "version": "1.6.0", + "version": "1.6.1", "title": "VTEX Store Components", "defaultLocale": "pt-BR", "description": "The VTEX store components for that render apps can use",