diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ca278..b37c5a0 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] +## [1.44.13] - 2024-10-15 + ### Fixed - Force setProfile to use a valid cost center diff --git a/manifest.json b/manifest.json index c4bdc3c..2e05f97 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "storefront-permissions", "vendor": "vtex", - "version": "1.44.12", + "version": "1.44.13", "title": "Storefront Permissions", "description": "Manage User's permissions on apps that relates to this app", "mustUpdateAt": "2022-08-28", diff --git a/node/package.json b/node/package.json index 2c3f414..9d3069b 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-ui-custom", - "version": "1.44.12", + "version": "1.44.13", "dependencies": { "@vtex/api": "6.47.0", "atob": "^2.1.2",