diff --git a/CHANGELOG.md b/CHANGELOG.md index faeacb155c..3e1ba0e9e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Draft + +## 1.5.3 (2017-02-23) - Show 'Write a Review' link for mobile [#922] (https://github.com/bigcommerce/stencil/pull/922) - Update text input for product review comment to be multiline so it's not too small to be usable [#921] (https://github.com/bigcommerce/stencil/pull/921) - Add a larger view of a swatch image when option is hovered over on the product page [#923](https://github.com/bigcommerce/stencil/pull/923) diff --git a/config.json b/config.json index 71348de0cb..679ce3289f 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Cornerstone", - "version": "1.5.2", + "version": "1.5.3", "meta": { "price": 0, "documentation_url": "https://support.bigcommerce.com/articles/Public/Cornerstone-Theme-Manual", diff --git a/package.json b/package.json index 7e4e759eba..16cf42417c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bigcommerce-storefront", "description": "The new BigCommerce Storefront", - "version": "1.5.2", + "version": "1.5.3", "private": true, "author": "BigCommerce", "license": "MIT",