From 5f4e90f0d641d1b9251e49f38bd48c49826c2658 Mon Sep 17 00:00:00 2001 From: sheilagomes <26465317+sheilagomes@users.noreply.github.com> Date: Fri, 25 Feb 2022 12:33:25 +0000 Subject: [PATCH] Release v0.15.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 05e15f6..af12b0f 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.15.1] - 2022-02-25 + ### Fixed - Russian translation. diff --git a/manifest.json b/manifest.json index 3a76db3..9f867ba 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-comparison", - "version": "0.15.0", + "version": "0.15.1", "title": "Product Comparison", "description": "Product Comparison", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 0058b33..4cb985d 100644 --- a/react/package.json +++ b/react/package.json @@ -40,5 +40,5 @@ "vtex.store-resources": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-resources@0.79.0/public/@types/vtex.store-resources", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.138.2/public/@types/vtex.styleguide" }, - "version": "0.15.0" + "version": "0.15.1" }