diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aaab814..21cbd85e 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] + +## [0.13.4] - 2023-08-30 ### Fixed - Add operator to fix issue in the undefined or null city diff --git a/manifest.json b/manifest.json index f06dd691..fe018f17 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "checkout-ui-custom", "vendor": "vtex", - "version": "0.13.3", + "version": "0.13.4", "title": "Checkout Custom", "description": "Make possible to customize the checkout layout using a easy to use interface from the admin", "builders": { diff --git a/node/package.json b/node/package.json index 4152181e..6bcad373 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-ui-custom", - "version": "0.13.3", + "version": "0.13.4", "dependencies": { "@vtex/address-form": "^3.27.2", "@vtex/api": "6.45.19", diff --git a/react/package.json b/react/package.json index 21d68e8c..859936b1 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "checkout-ui-custom-app", - "version": "0.13.3", + "version": "0.13.4", "scripts": { "test": "vtex-test-tools test" },