diff --git a/CHANGELOG.md b/CHANGELOG.md index 2800d8a..faf3ccd 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] + +## [1.40.5] - 2024-05-22 ### Changed - Improved metrics and logging for checkUserAccess and checkAdminAccess directives diff --git a/manifest.json b/manifest.json index dd89c0f..8ac1e20 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "storefront-permissions", "vendor": "vtex", - "version": "1.40.4", + "version": "1.40.5", "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 a229393..00ff122 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-ui-custom", - "version": "1.40.4", + "version": "1.40.5", "dependencies": { "@vtex/api": "6.46.1", "atob": "^2.1.2",