diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c7cb2b..8351751 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.1] - 2024-09-09 + ### Fixed - Set viewedByCustomer value corectly on quote creation diff --git a/manifest.json b/manifest.json index b003007..3cc489a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "b2b-quotes-graphql", - "version": "2.6.0", + "version": "2.6.1", "title": "B2B Quotes GraphQL", "description": "Backend for the B2B Quotes & Carts app", "builders": { @@ -14,7 +14,9 @@ "vtex.b2b-organizations-graphql": "0.x", "vtex.orders-broadcast": "0.x" }, - "registries": ["smartcheckout"], + "registries": [ + "smartcheckout" + ], "policies": [ { "name": "vbase-read-write" diff --git a/node/package.json b/node/package.json index 50408ed..10e203c 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-quotes-graphql", - "version": "2.6.0", + "version": "2.6.1", "dependencies": { "co-body": "^6.0.0", "graphql": "^14.0.0",