Skip to content

Commit 6ccd3e9

Browse files
Release v4.0.4
1 parent 137d579 commit 6ccd3e9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.0.4] - 2026-02-04
11+
1012
### Added
1113

1214
- [B2BTEAM-3133] Add `view-seller` permission to access Seller Register API endpoints. This is required to comply with VTEX's new granular permissions security policy.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"vendor": "vtex",
33
"name": "b2b-quotes-graphql",
4-
"version": "4.0.3",
4+
"version": "4.0.4",
55
"title": "B2B Quotes GraphQL",
66
"description": "Backend for the B2B Quotes & Carts app",
77
"builders": {

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vtex.b2b-quotes-graphql",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"dependencies": {
55
"co-body": "^6.0.0",
66
"graphql": "^14.0.0",

0 commit comments

Comments
 (0)