diff --git a/CHANGELOG.md b/CHANGELOG.md index 0223fe16..fe6bba6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.30.4] - 2023-03-29 + ### Fixed - Fixed createOrganization schema to accept customFields diff --git a/manifest.json b/manifest.json index 9ff3f66d..7842339f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations-graphql", "vendor": "vtex", - "version": "0.30.3", + "version": "0.30.4", "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 421bdbb1..0e74d519 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "0.30.3", + "version": "0.30.4", "dependencies": { "@vtex/api": "6.45.15", "atob": "^2.1.2",