diff --git a/CHANGELOG.md b/CHANGELOG.md index 18f8944..8dbfc36 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.0.2] - 2020-09-04 + ### Updated - Doc update diff --git a/manifest.json b/manifest.json index 0686a64..edfa448 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "wish-list", "vendor": "vtex", - "version": "1.0.1", + "version": "1.0.2", "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 73fcf9f..a87e6a2 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.1" + "version": "1.0.2" }