From 277e84f3dc5c9b0885a6a22f8324a9c1bc1ebcb7 Mon Sep 17 00:00:00 2001 From: pabloppupulin <151082530+pabloppupulin@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:24:49 +0000 Subject: [PATCH] Release v2.6.4 --- 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 7dc53b2..97fa3c3 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.6.4] - 2024-10-31 + ### Fixed - Only update Status, LastUpdate and UpdateHistory, in expired quotes diff --git a/manifest.json b/manifest.json index 1966baa..8eecabe 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "b2b-quotes-graphql", - "version": "2.6.3", + "version": "2.6.4", "title": "B2B Quotes GraphQL", "description": "Backend for the B2B Quotes & Carts app", "builders": { diff --git a/node/package.json b/node/package.json index 5911560..914af65 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-quotes-graphql", - "version": "2.6.3", + "version": "2.6.4", "dependencies": { "co-body": "^6.0.0", "graphql": "^14.0.0",