From d73fdfa578cd659454b0fdeec4359f72a3a956ea Mon Sep 17 00:00:00 2001 From: guerreirobeatriz <52087100+guerreirobeatriz@users.noreply.github.com> Date: Wed, 14 Oct 2020 13:42:58 +0000 Subject: [PATCH] Release v1.0.7 --- 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 9bf7d4e..f45252d 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] + +## [1.0.7] - 2020-10-14 ### Fixed - Doc review and update diff --git a/manifest.json b/manifest.json index 7785421..dcd4d88 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "wish-list", "vendor": "vtex", - "version": "1.0.6", + "version": "1.0.7", "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 6645973..207ee01 100644 --- a/react/package.json +++ b/react/package.json @@ -26,5 +26,5 @@ "tslint-eslint-rules": "^5.4.0", "typescript": "3.8.3" }, - "version": "1.0.6" + "version": "1.0.7" }