diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e94bf56..19916b56 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] +## [0.15.4] - 2024-01-10 + ## [0.15.3] - 2024-01-09 ## [0.15.1] - 2023-12-22 diff --git a/manifest.json b/manifest.json index 08736a91..f57cb465 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "checkout-ui-custom", "vendor": "vtex", - "version": "0.15.3", + "version": "0.15.4", "title": "Checkout Custom", "description": "Make possible to customize the checkout layout using a easy to use interface from the admin", "builders": { @@ -75,9 +75,7 @@ "url": "https://support.vtex.com/hc/requests" }, "type": "free", - "availableCountries": [ - "*" - ] + "availableCountries": ["*"] }, "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema" }