From c46492d3b11900495f517fb0393ccd9de05310ad Mon Sep 17 00:00:00 2001 From: iago1501 <13649073+iago1501@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:30:58 +0000 Subject: [PATCH] Release v5.2.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a0f203..4f6022bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [5.2.0] - 2024-09-05 + ### Changed - `minicart-product-list` in theme to change the default template to use splitItem as false. diff --git a/manifest.json b/manifest.json index ff01a151..a9e477bd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-theme", - "version": "5.1.0", + "version": "5.2.0", "builders": { "styles": "2.x", "store": "0.x",