From 353c9c823ccc4d374ca8d734cb18389ae2eac0e9 Mon Sep 17 00:00:00 2001 From: Tymur Biedukhin Date: Wed, 5 Aug 2020 09:33:35 +0300 Subject: [PATCH] Releasing 4.9.0 --- CHANGELOG.md | 2 ++ config.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e73e6226..f8586c4735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Draft +## 4.9.0 (08-05-2020) + ## 4.9.0 (07-28-2020) - Added correct alt text on image change in product view. [#1747](https://github.com/bigcommerce/cornerstone/pull/1747) - Description tab is hidden in case of empty product descrioption. [#1746](https://github.com/bigcommerce/cornerstone/pull/1746) diff --git a/config.json b/config.json index 49d52e1771..558ae96503 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Cornerstone", - "version": "4.9.0-rc.1", + "version": "4.9.0", "meta": { "price": 0, "documentation_url": "https://support.bigcommerce.com/articles/Public/Cornerstone-Theme-Manual", diff --git a/package.json b/package.json index 266eddfdf2..55adfdc04d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bigcommerce-cornerstone", "description": "The BigCommerce reference theme for the Stencil platform", - "version": "4.9.0-rc.1", + "version": "4.9.0", "private": true, "author": "BigCommerce", "license": "MIT",