From 5d8298ef0626f4d49958395cb7a483e5e06168c7 Mon Sep 17 00:00:00 2001 From: enzomerca <131273915+enzomerca@users.noreply.github.com> Date: Tue, 19 Sep 2023 13:46:25 +0000 Subject: [PATCH] Release v0.36.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 3a296777..5bae5940 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.36.1] - 2023-09-19 + ### Fixed - Use Orders endpoint instead of OMS to obtain order information diff --git a/manifest.json b/manifest.json index fb7cb28a..b272a528 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations-graphql", "vendor": "vtex", - "version": "0.36.0", + "version": "0.36.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 ec3afc85..b7efdf71 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "0.36.0", + "version": "0.36.1", "dependencies": { "@vtex/api": "6.45.20", "atob": "^2.1.2",