From 5cebcb0e89d65464eff0f802743e767fe299aeb1 Mon Sep 17 00:00:00 2001 From: Matheus-Aguilar <43484640+Matheus-Aguilar@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:57:18 +0000 Subject: [PATCH] Release v2.5.3 --- 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 9b49772..abbb60a 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.3] - 2024-06-10 + ### Fixed - Provide correct tokens to clients diff --git a/manifest.json b/manifest.json index f355251..6135153 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "b2b-quotes-graphql", - "version": "2.5.2", + "version": "2.5.3", "title": "B2B Quotes GraphQL", "description": "Backend for the B2B Quotes & Carts app", "builders": { diff --git a/node/package.json b/node/package.json index f75b327..a7050c7 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-quotes-graphql", - "version": "2.5.2", + "version": "2.5.3", "dependencies": { "co-body": "^6.0.0", "graphql": "^14.0.0",