From bd7df7b45b0e5e03faf65ec5db3acced6b02c8cd Mon Sep 17 00:00:00 2001 From: ArthurTriis1 <51174217+ArthurTriis1@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:52:18 +0000 Subject: [PATCH] Release v1.34.3 --- 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 34ce5417..8b4c5b67 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.34.3] - 2024-09-05 + ### Fixed - Review and reorder translations for better maintainability diff --git a/manifest.json b/manifest.json index 5a8d5380..ce29a276 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations", "vendor": "vtex", - "version": "1.34.2", + "version": "1.34.3", "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 229bb971..2f81accd 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "1.34.2", + "version": "1.34.3", "license": "UNLICENSED", "scripts": { "test": "vtex-test-tools test --passWithNoTests"