diff --git a/CHANGELOG.md b/CHANGELOG.md index baa8564..caddc51 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.29.6] - 2022-12-23 + ### Fixed - bugfix when Sales Channel is inactive or unlinked to account. diff --git a/manifest.json b/manifest.json index 64eccfe..0205d90 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "storefront-permissions", "vendor": "vtex", - "version": "1.29.5", + "version": "1.29.6", "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 cef108c..a12e37e 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-ui-custom", - "version": "1.29.5", + "version": "1.29.6", "dependencies": { "@vtex/api": "6.45.13", "co-body": "^6.0.0",