From 3acc7b0c30eaeb5975fce2edafd2d782bfa85e8b Mon Sep 17 00:00:00 2001 From: rbussola <90935861+rbussola@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:13:26 +0000 Subject: [PATCH] Release v2.5.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 1e9b71b..5db040d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.5.2] - 2024-02-05 + ### Fixed - Adjust the policies to allow getAuthenticatedUser diff --git a/manifest.json b/manifest.json index 0c7a43e..f355251 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "b2b-quotes-graphql", - "version": "2.5.1", + "version": "2.5.2", "title": "B2B Quotes GraphQL", "description": "Backend for the B2B Quotes & Carts app", "builders": { diff --git a/node/package.json b/node/package.json index 029cee0..f75b327 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-quotes-graphql", - "version": "2.5.1", + "version": "2.5.2", "dependencies": { "co-body": "^6.0.0", "graphql": "^14.0.0",