From 91c53a3e499308387900389997bac0455605d229 Mon Sep 17 00:00:00 2001 From: gsasouza <8701003+gsasouza@users.noreply.github.com> Date: Fri, 19 Mar 2021 13:01:40 +0000 Subject: [PATCH] Release v0.9.1 --- 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 7f5093f..acf3772 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.9.1] - 2021-03-19 + ## [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 0a2e442..73b75d7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-comparison", - "version": "0.9.0", + "version": "0.9.1", "title": "Product Comparison", "description": "Product Comparison", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 3a52e56..be69b3d 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.9.0" + "version": "0.9.1" }