From 801ac86799d9f6538f7dde5a051cfb7113627798 Mon Sep 17 00:00:00 2001 From: klzns <284515+klzns@users.noreply.github.com> Date: Thu, 23 Jan 2020 14:20:33 +0000 Subject: [PATCH] Release v2.50.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- react/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28bdc616..97c83af9 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] + +## [2.50.0] - 2020-01-23 ### Added - Allow `product-bookmark`. diff --git a/manifest.json b/manifest.json index 02ff115b..561b19cc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-summary", - "version": "2.49.0", + "version": "2.50.0", "title": "Product Summary", "description": "Product summary component", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index e1a56631..12f2ecc0 100644 --- a/react/package.json +++ b/react/package.json @@ -31,5 +31,5 @@ "vtexScriptsOverride": { "srcPath": "." }, - "version": "2.49.0" + "version": "2.50.0" }