From 32d2db3667e47b7b2fbc5fcea962901fee17b016 Mon Sep 17 00:00:00 2001 From: enzomerca <131273915+enzomerca@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:38:40 +0000 Subject: [PATCH] Release v0.61.0 --- 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 e083ec1f..30172d05 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.61.0] - 2024-10-16 + ### Added - `Full Impersonation` Organization Setting, this will allow a Impersonator to also Switch between the User's Organization/Cost Center diff --git a/manifest.json b/manifest.json index 1654eeb2..25b99a57 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations-graphql", "vendor": "vtex", - "version": "0.60.0", + "version": "0.61.0", "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 cda1ca12..b0e937d7 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "0.60.0", + "version": "0.61.0", "dependencies": { "@types/lodash": "4.14.74", "@vtex/api": "6.47.0",