diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a49a2..4c26d40 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.45.1] - 2024-10-28 + ### Fixed - Change the way to check if the cost center is valid diff --git a/manifest.json b/manifest.json index 4b98057..bef1bf1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "storefront-permissions", "vendor": "vtex", - "version": "1.45.0", + "version": "1.45.1", "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 9634fdf..f58463c 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-ui-custom", - "version": "1.45.0", + "version": "1.45.1", "dependencies": { "@vtex/api": "6.47.0", "atob": "^2.1.2",