From 41e719677a845de4e3076710db8fed50417aea47 Mon Sep 17 00:00:00 2001 From: aurorahey <92704360+aurorahey@users.noreply.github.com> Date: Fri, 8 Apr 2022 15:26:06 +0000 Subject: [PATCH] Release v0.15.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- node/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da31bbcd..78210e19 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.15.0] - 2022-04-08 + ### Added - add subfield `email` of the `b2bCustomerAdmin` field to check duplicate requests by email diff --git a/manifest.json b/manifest.json index 71c4d887..eb956170 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations-graphql", "vendor": "vtex", - "version": "0.14.0", + "version": "0.15.0", "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 eba22e89..284ec5f6 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "0.14.0", + "version": "0.15.0", "dependencies": { "@vtex/api": "6.45.10", "atob": "^2.1.2",