diff --git a/CHANGELOG.md b/CHANGELOG.md index ab4ebfd..a7b18ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.62.1] - 2024-12-04 ### Added - Add TopBarSettings type in B2B settings and updated saveB2BSettings to use the new topBar field in UISettings diff --git a/manifest.json b/manifest.json index c5f43d8..02e622d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations-graphql", "vendor": "vtex", - "version": "0.62.0", + "version": "0.62.1", "title": "B2B Organizations", "description": "App to create and manage B2B Organizations and Cost Centers", "mustUpdateAt": "2022-08-28", diff --git a/node/package.json b/node/package.json index c17709a..9a9d001 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "0.62.0", + "version": "0.62.1", "dependencies": { "@types/lodash": "4.14.74", "@vtex/api": "6.48.0",