From 479ef2350b83a402327784bea8b22eadde7ed0b1 Mon Sep 17 00:00:00 2001 From: gsasouza <8701003+gsasouza@users.noreply.github.com> Date: Wed, 24 Feb 2021 13:56:52 +0000 Subject: [PATCH] Release v0.9.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 ad8cf3f..7f5093f 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] + +## [0.9.0] - 2021-02-24 - Translation for main page title - Translation for "Show only differences" button diff --git a/manifest.json b/manifest.json index 2431a53..0a2e442 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-comparison", - "version": "0.8.1-beta.0", + "version": "0.9.0", "title": "Product Comparison", "description": "Product Comparison", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 678a0cc..3a52e56 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.8.0" + "version": "0.9.0" }