From 9960c0f9405f67cafc10b4c9bed98927bffe558c Mon Sep 17 00:00:00 2001 From: arturmagalhaesjr <5812946+arturmagalhaesjr@users.noreply.github.com> Date: Tue, 7 Feb 2023 16:12:46 +0000 Subject: [PATCH] Release v1.19.1 --- 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 b9da7a67..be0b144f 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.19.1] - 2023-02-07 + ### Fixed - Bug fixed on ref interface file diff --git a/manifest.json b/manifest.json index 2b7edeb5..3b35af80 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations", "vendor": "vtex", - "version": "1.19.0", + "version": "1.19.1", "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 66a0f1a7..66a2cf92 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "1.19.0", + "version": "1.19.1", "license": "UNLICENSED", "scripts": { "test": "vtex-test-tools test --passWithNoTests"