From d0fa5235833edb8f674bf0c1815728c8980fa389 Mon Sep 17 00:00:00 2001 From: santosluiz000 <71646769+santosluiz000@users.noreply.github.com> Date: Thu, 19 Nov 2020 19:04:12 +0000 Subject: [PATCH] Release v0.5.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 442794c..001a44e 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.5.0] - 2020-11-19 + ## [0.4.0] - 2020-11-10 ### Added diff --git a/manifest.json b/manifest.json index 6429a4c..50a2521 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-comparison", - "version": "0.4.0", + "version": "0.5.0", "title": "Product Comparison", "description": "Product Comparison", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index e8d1602..f3d559e 100644 --- a/react/package.json +++ b/react/package.json @@ -26,5 +26,5 @@ "tslint-eslint-rules": "^5.4.0", "typescript": "3.9.7" }, - "version": "0.4.0" + "version": "0.5.0" }