From 4ed7de940ee33d1204027e8ff8a8dbf67e57f686 Mon Sep 17 00:00:00 2001 From: marcoskwkm <8902498+marcoskwkm@users.noreply.github.com> Date: Wed, 16 Oct 2019 18:27:49 +0000 Subject: [PATCH] Release v0.11.0 --- CHANGELOG.md | 2 ++ manifest.json | 4 ++-- react/package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6bcec29..02d1fa38 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.0] - 2019-10-16 + ### Changed - Quantity selector now allows selecting the value zero. diff --git a/manifest.json b/manifest.json index 1fde8ed7..4eaf53ca 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-list", - "version": "0.10.0", + "version": "0.11.0", "title": "Product List", "description": "Product List", "defaultLocale": "pt-BR", @@ -20,4 +20,4 @@ "vtex.flex-layout": "0.x" }, "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema" -} \ No newline at end of file +} diff --git a/react/package.json b/react/package.json index 7263f0f2..0472653c 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.10.0" + "version": "0.11.0" }