From a8cc879c1ea2f4250860865ffedb29113f684a02 Mon Sep 17 00:00:00 2001 From: wender <24723+wender@users.noreply.github.com> Date: Wed, 16 Sep 2020 19:57:18 +0000 Subject: [PATCH] Release v1.0.3 --- 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 b3c83b3..9d78684 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.3] - 2020-09-16 ### Fixed - App documentation update (`readme.md` file) diff --git a/manifest.json b/manifest.json index edfa448..db2b501 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "wish-list", "vendor": "vtex", - "version": "1.0.2", + "version": "1.0.3", "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 a87e6a2..a5fba9d 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.2" + "version": "1.0.3" }