diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f0e0750a7..33bd315224 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.16.0 (01-15-2025) - Remove escaping of "=" symbol for for blog and brand [#2528](https://github.com/bigcommerce/cornerstone/pull/2528) - Add nonce to scripts in checkout and account pages [#2525](https://github.com/bigcommerce/cornerstone/pull/2525) - Remove escaping of "=" symbol for [#2526](https://github.com/bigcommerce/cornerstone/pull/2526) diff --git a/config.json b/config.json index 5c4d9ff3c6..47381f40eb 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Cornerstone", - "version": "6.16.0-rc.1", + "version": "6.16.0", "template_engine": "handlebars_v4", "meta": { "price": 0, diff --git a/package-lock.json b/package-lock.json index aeddcb7f7a..9abda7744f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bigcommerce-cornerstone", - "version": "6.16.0-rc.1", + "version": "6.16.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index adc7b838d2..7bf4c0fc51 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.16.0-rc.1", + "version": "6.16.0", "private": true, "author": "BigCommerce", "license": "MIT",