From cf801de580fc3e7ee2aa777839fea79b0552a9a6 Mon Sep 17 00:00:00 2001 From: Everton Ataide Date: Thu, 26 Sep 2024 08:29:31 -0300 Subject: [PATCH] Release v3.15.6 --- CHANGELOG.md | 2 ++ manifest.json | 6 ++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9232b79..f5a4c837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [3.15.6] - 2024-09-26 ### Added - Add a cart url prop so the store can control the redirect via theme diff --git a/manifest.json b/manifest.json index 79d42737..6c4982b2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "quickorder", - "version": "3.15.5", + "version": "3.15.6", "title": "Quickorder", "description": "Allow users to add multiple products to the cart at once", "defaultLocale": "en-US", @@ -90,9 +90,7 @@ }, "free": true, "type": "free", - "availableCountries": [ - "*" - ] + "availableCountries": ["*"] }, "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema" }