diff --git a/CHANGELOG.md b/CHANGELOG.md index c1d21e8f29..afa35c956f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Draft + +## 2.0.0 (2018-05-23) - Performance improvements. [#1229](https://github.com/bigcommerce/cornerstone/pull/1229) - Fix for sort disappearing on range update with product filtering [#1232](https://github.com/bigcommerce/cornerstone/pull/1232) - No longer escaping HTML content in blog summaries. [#1238](https://github.com/bigcommerce/cornerstone/pull/1238) diff --git a/config.json b/config.json index 873db6f176..eac5c42a85 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Cornerstone", - "version": "2.0.0-rc.2", + "version": "2.0.0", "meta": { "price": 0, "documentation_url": "https://support.bigcommerce.com/articles/Public/Cornerstone-Theme-Manual", diff --git a/package.json b/package.json index f9833f0a4f..0520e4d513 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bigcommerce-cornerstone", "description": "The BigCommerce reference theme for the Stencil platform", - "version": "2.0.0-rc.2", + "version": "2.0.0", "private": true, "author": "BigCommerce", "license": "MIT",