diff --git a/CHANGELOG.md b/CHANGELOG.md index 00a827cc35..ea75307f8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Draft +## 1.5.1 (2017-02-07) - Fix an issue with a horizontal scroll bar showing in theme editor [#915](https://github.com/bigcommerce/stencil/pull/915) - Hide Gift Certificates when the setting is disabled in the control panel [#914](https://github.com/bigcommerce/stencil/pull/914) & [#916](https://github.com/bigcommerce/stencil/pull/916) - Fix an issue with a close button on the quick search modal on mobile [#918](https://github.com/bigcommerce/stencil/pull/918) diff --git a/config.json b/config.json index 896f90b4b1..13536fb164 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Cornerstone", - "version": "1.5.0", + "version": "1.5.1", "meta": { "price": 0, "documentation_url": "https://support.bigcommerce.com/articles/Public/Cornerstone-Theme-Manual", diff --git a/package.json b/package.json index 234c45ea61..cdacae5428 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bigcommerce-storefront", "description": "The new BigCommerce Storefront", - "version": "1.5.0", + "version": "1.5.1", "private": true, "author": "BigCommerce", "license": "MIT",