diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ec3c8a..d2c477e7 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.9.3] - 2023-04-13 + ### Added - Puerto Rico country rules diff --git a/manifest.json b/manifest.json index fa0efc72..492f93ea 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "checkout-ui-custom", "vendor": "vtex", - "version": "0.9.2", + "version": "0.9.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 bbe63a8b..aada4bfd 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-ui-custom", - "version": "0.9.2", + "version": "0.9.3", "dependencies": { "@vtex/address-form": "^3.27.2", "@vtex/api": "6.45.15", diff --git a/react/package.json b/react/package.json index 017ae715..584ee1a5 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "checkout-ui-custom-app", - "version": "0.9.2", + "version": "0.9.3", "scripts": { "test": "vtex-test-tools test" },