From 015b4980bae910c9f4b9f549f9de9b27356505d3 Mon Sep 17 00:00:00 2001 From: albertm805 <11176519+albertm805@users.noreply.github.com> Date: Wed, 5 Apr 2023 17:43:59 +0000 Subject: [PATCH] Release v0.31.1 --- 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 0d1c4217..af5cac99 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.31.1] - 2023-04-05 + ### Added - Added two new boolean values in order to prevent user from changing state and business field in the cost center diff --git a/manifest.json b/manifest.json index c2d5d5b0..3f05debf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations-graphql", "vendor": "vtex", - "version": "0.31.0", + "version": "0.31.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 38df67b0..bd1e98bc 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "0.31.0", + "version": "0.31.1", "dependencies": { "@vtex/api": "6.45.15", "atob": "^2.1.2",