From 4d1bab4d381700798a041c3d67c560e0a83bdb53 Mon Sep 17 00:00:00 2001 From: Alexander Saiannyi Date: Fri, 18 Oct 2024 11:26:06 +0200 Subject: [PATCH] Releasing 6.15.0 --- CHANGELOG.md | 2 ++ config.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1334b8cec..b8203d989d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Draft + +## 6.15.0 (10-18-2024) - Cornerstone changes to support inc/ex tax price lists on PDP [#2486](https://github.com/bigcommerce/cornerstone/pull/2486) - Viewing Orders after logging into customer account displays incorrect quantity of products ordered compared to Order details page. [#2482](https://github.com/bigcommerce/cornerstone/pull/2482) - High severity security issue [#2477](https://github.com/bigcommerce/cornerstone/pull/2477) diff --git a/config.json b/config.json index bf2035c0df..328ca320cf 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Cornerstone", - "version": "6.15.0-rc.3", + "version": "6.15.0", "template_engine": "handlebars_v4", "meta": { "price": 0, diff --git a/package-lock.json b/package-lock.json index 95904f48bf..e353d82308 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bigcommerce-cornerstone", - "version": "6.15.0-rc.3", + "version": "6.15.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 5422a208d7..10a7ef88d2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bigcommerce-cornerstone", "description": "The BigCommerce reference theme for the Stencil platform", - "version": "6.15.0-rc.3", + "version": "6.15.0", "private": true, "author": "BigCommerce", "license": "MIT",