diff --git a/CHANGELOG.md b/CHANGELOG.md index 77fb2d8..9d5883e 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.20.0] - 2022-05-31 + ### Added - Added a graphql query to get all users by using the scroll MD function diff --git a/manifest.json b/manifest.json index abcc86e..50efcd4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "storefront-permissions", "vendor": "vtex", - "version": "1.19.0", + "version": "1.20.0", "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 b28f7bc..bce4a2b 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.checkout-ui-custom", - "version": "1.19.0", + "version": "1.20.0", "dependencies": { "@vtex/api": "6.45.12", "co-body": "^6.0.0",