diff --git a/CHANGELOG.md b/CHANGELOG.md index d98275c..76ba7a4 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.5] - 2020-09-21 - Doc update `peerDependencies` ## [1.0.4] - 2020-09-21 diff --git a/manifest.json b/manifest.json index 8c4da84..f910e57 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "wish-list", "vendor": "vtex", - "version": "1.0.4", + "version": "1.0.5", "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 15ad2ef..161de1a 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.4" + "version": "1.0.5" }