From fabfc4c238e5f42c2853a05bd45e6d6009540e72 Mon Sep 17 00:00:00 2001 From: jeffersontuc <12574426+jeffersontuc@users.noreply.github.com> Date: Thu, 24 Oct 2019 20:11:16 +0000 Subject: [PATCH] Release v0.11.6 --- 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 a3b92074..21467942 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.11.6] - 2019-10-24 + ### Added - `testId` prop to `Dropdown` component in order to allow the proper tests. diff --git a/manifest.json b/manifest.json index 66f91cea..14693228 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-list", - "version": "0.11.5", + "version": "0.11.6", "title": "Product List", "description": "Product List", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index e623658e..b807c3c9 100644 --- a/react/package.json +++ b/react/package.json @@ -31,5 +31,5 @@ "tslint-eslint-rules": "^5.4.0", "typescript": "3.5.2" }, - "version": "0.11.5" + "version": "0.11.6" }