diff --git a/CHANGELOG.md b/CHANGELOG.md index ebb6a9a73f..2e62b92f43 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.14.0 (05-15-2024) - Account.php is inside of a list item [#2457](https://github.com/bigcommerce/cornerstone/pull/2457) - Screen Reader only text must be provided [#2454](https://github.com/bigcommerce/cornerstone/pull/2454) - Remove "cookie notification" JS and CSS [#2447](https://github.com/bigcommerce/cornerstone/pull/2447) diff --git a/config.json b/config.json index d4f3ca28e2..96d35ce4f9 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Cornerstone", - "version": "6.14.0-rc.1", + "version": "6.14.0", "template_engine": "handlebars_v4", "meta": { "price": 0, diff --git a/package-lock.json b/package-lock.json index c98d828fe2..bee3012fb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bigcommerce-cornerstone", - "version": "6.14.0-rc.1", + "version": "6.14.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index ca5cf211c9..eb67dac3b1 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.14.0-rc.1", + "version": "6.14.0", "private": true, "author": "BigCommerce", "license": "MIT",