From 1487d4c695215e9c06fdf430a5f5b1edafb173ab Mon Sep 17 00:00:00 2001 From: Rudge <5332361+Rudge@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:35:30 +0000 Subject: [PATCH] Release v0.49.2 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- node/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d52b9d0f..43510925 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] +## [0.49.2] - 2024-04-18 + ### Fix - Use b2b-organizations app name on checkUserPermission to correctly get the user permissions diff --git a/manifest.json b/manifest.json index a12ff17b..74df331b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations-graphql", "vendor": "vtex", - "version": "0.49.1", + "version": "0.49.2", "title": "B2B Organizations", "description": "App to create and manage B2B Organizations and Cost Centers", "mustUpdateAt": "2022-08-28", diff --git a/node/package.json b/node/package.json index 17230055..0f6a16ec 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "0.49.1", + "version": "0.49.2", "dependencies": { "@types/lodash": "4.14.74", "@vtex/api": "6.46.1",