From 10819df390b3fa1bd3b116f7cd58180d48705d0e Mon Sep 17 00:00:00 2001 From: Everton Ataide Date: Mon, 27 May 2024 12:29:51 -0300 Subject: [PATCH] Release v3.15.1 --- CHANGELOG.md | 2 ++ manifest.json | 6 ++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc262cd..29f40745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [3.15.1] - 2024-05-27 + ## [3.15.0] - 2024-05-27 ## [3.14.0] - 2023-08-30 diff --git a/manifest.json b/manifest.json index 5b3705e5..90728d7a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "quickorder", - "version": "3.15.0", + "version": "3.15.1", "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" }