From 9cff08f78ccb269e5175a8a303d58653e158e9fd Mon Sep 17 00:00:00 2001 From: wender <24723+wender@users.noreply.github.com> Date: Wed, 11 Nov 2020 20:03:36 +0000 Subject: [PATCH] Release v1.1.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 b8f76e9..9b6f090 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.1.0] - 2020-11-11 + ### Fixed - Performance improvements diff --git a/manifest.json b/manifest.json index 203bf9e..eace568 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "wish-list", "vendor": "vtex", - "version": "1.0.10", + "version": "1.1.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 8279b27..85be131 100644 --- a/react/package.json +++ b/react/package.json @@ -44,5 +44,5 @@ "vtex.store-resources": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-resources@0.73.0/public/_types/react", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.133.1/public/@types/vtex.styleguide" }, - "version": "1.0.10" + "version": "1.1.0" }