diff --git a/CHANGELOG.md b/CHANGELOG.md index 899b8f40..f0bd8801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.30.2] - 2024-01-31 + ### Added Adds a Tooltip when the user don't have permission to access the bulk import feature. diff --git a/manifest.json b/manifest.json index f3592668..80094b53 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "b2b-organizations", "vendor": "vtex", - "version": "1.30.1", + "version": "1.30.2", "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 915c29e2..606ebcbd 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.b2b-organizations", - "version": "1.30.1", + "version": "1.30.2", "license": "UNLICENSED", "scripts": { "test": "vtex-test-tools test --passWithNoTests"