diff --git a/CHANGELOG.md b/CHANGELOG.md index 6263c1d..d368087 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.4.0] - 2024-09-26 + ### Fixed - Implement cost center autocomplete, lazyload in organization autocomplete and maxHeight prop diff --git a/manifest.json b/manifest.json index 29f0817..fa489f1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "storefront-permissions-components", "vendor": "vtex", - "version": "0.3.2", + "version": "0.4.0", "title": "Storefront Permissions Components", "description": "Host sharable components", "mustUpdateAt": "2022-08-28", diff --git a/react/package.json b/react/package.json index 819fec0..39630af 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.storefront-permissions-components", - "version": "0.3.2", + "version": "0.4.0", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },