diff --git a/CHANGELOG.md b/CHANGELOG.md index 29a4d4dc..d2cb5b94 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.13.3] - 2023-08-15 + ### Fixed - match of shipping step as indexOf diff --git a/manifest.json b/manifest.json index 56e7283c..f06dd691 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "checkout-ui-custom", "vendor": "vtex", - "version": "0.13.2", + "version": "0.13.3", "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 a0be699d..4152181e 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-ui-custom", - "version": "0.13.2", + "version": "0.13.3", "dependencies": { "@vtex/address-form": "^3.27.2", "@vtex/api": "6.45.19", diff --git a/react/package.json b/react/package.json index 75d72122..21d68e8c 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "checkout-ui-custom-app", - "version": "0.13.2", + "version": "0.13.3", "scripts": { "test": "vtex-test-tools test" },