From 673cf244051fc6146ab2342dba229ea04d7bd5ac Mon Sep 17 00:00:00 2001 From: Michael Schock Date: Mon, 26 Feb 2018 12:53:54 -0800 Subject: [PATCH] Releasing 1.13.1 --- 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 e717856302..258e9e247d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Draft + +## 1.13.1 (2018-02-26) - Fix "Shop by Price" toggle in theme editor to hide Shop by Price when faceted search is not enabled. [#1161](https://github.com/bigcommerce/cornerstone/pull/1161) - Migrate jQuery from 2->3. [#1162](https://github.com/bigcommerce/cornerstone/pull/1162) - Fix slick-next and slick-prev so that they are centered across all screen sizes. [#1166](https://github.com/bigcommerce/cornerstone/pull/1166) diff --git a/config.json b/config.json index 08b6b361d6..69b8e8270d 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Cornerstone", - "version": "1.13.1-rc.2", + "version": "1.13.1", "meta": { "price": 0, "documentation_url": "https://support.bigcommerce.com/articles/Public/Cornerstone-Theme-Manual", diff --git a/package.json b/package.json index 47e124105b..98f96a53cc 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.1-rc.2", + "version": "1.13.1", "private": true, "author": "BigCommerce", "license": "MIT",