From c9557abb0e7e0710b376ad3db8087058ccbb39f8 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Wed, 5 Sep 2018 10:30:51 -0300 Subject: [PATCH] Release v1.3.0 --- CHANGELOG.md | 2 ++ manifest.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a23fe6..64a82e9 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.3.0] - 2018-09-05 ### Changed - Adjust bar height using tachyons - Use render HOC to initialize the session diff --git a/manifest.json b/manifest.json index c286a4f..2f4bbda 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "telemarketing", - "version": "1.2.0", + "version": "1.3.0", "title": "VTEX Telemarketing", "defaultLocale": "pt-BR", "description": "The VTEX telemarketing app", @@ -24,4 +24,4 @@ "vtex.rnb-session": "0.x", "vtex.store-session": "0.x" } -} \ No newline at end of file +}