diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f6b90b..2f6fae9 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] +## [1.7.1] - 2025-01-27 + ### Fixed - Enable comments in seller quotes after split diff --git a/manifest.json b/manifest.json index 42f6c89..7839770 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "b2b-quotes", - "version": "1.7.0", + "version": "1.7.1", "title": "B2B Quotes & Carts", "description": "Allows B2B Customers to request quotes from their sales reps and/or save carts for future use", "builders": { @@ -29,7 +29,9 @@ "vtex.my-account": "1.x", "vtex.my-account-commons": "1.x" }, - "registries": ["smartcheckout"], + "registries": [ + "smartcheckout" + ], "policies": [], "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema" } diff --git a/react/package.json b/react/package.json index b881ec2..ff70085 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-quotes", - "version": "1.7.0", + "version": "1.7.1", "scripts": { "test": "vtex-test-tools test" },