diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae3117..5cddcbf 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] +## [0.1.4] - 2020-06-05 + ## [0.1.3] - 2020-06-01 ### Fixed diff --git a/manifest.json b/manifest.json index 3b81b22..1cb9e20 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "wish-list", "vendor": "vtex", - "version": "0.1.3", + "version": "0.1.4", "title": "Wish List", "description": "An app for storing a shopper wish list", "categories": [], diff --git a/react/package.json b/react/package.json index 6f58483..ede622c 100644 --- a/react/package.json +++ b/react/package.json @@ -22,5 +22,5 @@ "react-apollo": "^3.1.3", "typescript": "3.8.3" }, - "version": "0.1.3" + "version": "0.1.4" }