From e391d01f133c0db859c524677c44a569d8b9f84c Mon Sep 17 00:00:00 2001 From: Jayendra Kumara Date: Mon, 11 Jan 2021 10:07:17 +0530 Subject: [PATCH] update version (#17) --- CHANGELOG.md | 4 ++++ manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe02786..cbcd282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ 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.6.0] - 2021-01-11 + +### Added - Implemented loading behaviour for products comparison page. ### Changed diff --git a/manifest.json b/manifest.json index 7401548..fe9d048 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-comparison", - "version": "0.5.0", + "version": "0.6.0", "title": "Product Comparison", "description": "Product Comparison", "defaultLocale": "pt-BR",