From e50a4c6558ce01422c7cb22dd4dc1efe6fb54d06 Mon Sep 17 00:00:00 2001 From: wender <24723+wender@users.noreply.github.com> Date: Fri, 23 Apr 2021 19:34:22 +0000 Subject: [PATCH] Release v1.6.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 1ecad8d..d323928 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] +## [1.6.0] - 2021-04-23 + ### Added - Add product after login ### Fixed diff --git a/manifest.json b/manifest.json index 40dc0c9..e420217 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "wish-list", "vendor": "vtex", - "version": "1.5.2", + "version": "1.6.0", "title": "Wish List", "description": "The Wishlist app is designed for B2C. It adds a heart icon to the Shelfs and Product Page, so the user can add it to the Wishlist, you can list all the Wishlisted items at /wishlist", "categories": [], diff --git a/react/package.json b/react/package.json index dc32d7d..eea7afd 100644 --- a/react/package.json +++ b/react/package.json @@ -31,5 +31,5 @@ "vtex.store-resources": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-resources@0.75.1/public/@types/vtex.store-resources", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.135.0/public/@types/vtex.styleguide" }, - "version": "1.5.2" + "version": "1.6.0" }