diff --git a/CHANGELOG.md b/CHANGELOG.md index 75634fb..a762c91 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.2.3] - 2020-07-14 + ### Fixed - Performance issue diff --git a/manifest.json b/manifest.json index 3bfe938..fa20353 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "wish-list", "vendor": "vtex", - "version": "0.2.2", + "version": "0.2.3", "title": "Wish List", "description": "An app for storing a shopper wish list", "categories": [], diff --git a/react/package.json b/react/package.json index f9b9d1e..e67a9cc 100644 --- a/react/package.json +++ b/react/package.json @@ -26,5 +26,5 @@ "tslint-eslint-rules": "^5.4.0", "typescript": "3.8.3" }, - "version": "0.2.2" + "version": "0.2.3" }