From 41a9e79a8062a7614106252f27abc7176a1cc463 Mon Sep 17 00:00:00 2001 From: arturmagalhaesjr <5812946+arturmagalhaesjr@users.noreply.github.com> Date: Fri, 21 Oct 2022 19:46:58 +0000 Subject: [PATCH] Release v1.15.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- react/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caceb6de..c76e3b9c 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] +## [1.15.0] - 2022-10-21 + ### Added - Feature related to one to many feature, it's possible to change the current organization by using the user widget on the top of storefront diff --git a/manifest.json b/manifest.json index b727bbaa..541baa58 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations", "vendor": "vtex", - "version": "1.14.3", + "version": "1.15.0", "title": "B2B Organizations", "description": "App to create and manage B2B Organizations and Cost Centers", "mustUpdateAt": "2022-08-28", diff --git a/react/package.json b/react/package.json index b89660ed..1be9e213 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "1.14.3", + "version": "1.15.0", "license": "UNLICENSED", "scripts": { "test": "vtex-test-tools test --passWithNoTests"