diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af4fac934..fad14654ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Draft + +## 1.13.0 (2018-02-05) - Fix logo not loading on order confirmation page [#1159](https://github.com/bigcommerce/cornerstone/pull/1159) - Add support in Cornerstone to consume AMP ID [#1155](https://github.com/bigcommerce/cornerstone/pull/1155) - Fix option selection reset bug when a variation is out of stock [#1160](https://github.com/bigcommerce/cornerstone/pull/1160) diff --git a/config.json b/config.json index 38c263d5e9..5ed740577a 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Cornerstone", - "version": "1.13.0-rc.3", + "version": "1.13.0", "meta": { "price": 0, "documentation_url": "https://support.bigcommerce.com/articles/Public/Cornerstone-Theme-Manual", diff --git a/package.json b/package.json index e9fd3f20b3..cf6e385ab3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bigcommerce-cornerstone", "description": "The BigCommerce reference theme for the Stencil platform", - "version": "1.13.0-rc.3", + "version": "1.13.0", "private": true, "author": "BigCommerce", "license": "MIT",