diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b3819c..78bc718 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.9.0] - 2021-04-26 + ### Added - I18n Fi. diff --git a/manifest.json b/manifest.json index 3242912..c55a5fc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "shelf-components", - "version": "0.8.0", + "version": "0.9.0", "title": "Shelf components", "description": "Components of the new shelves", "builders": { diff --git a/react/package.json b/react/package.json index 97cb09f..d76beb0 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "shelf-components", - "version": "0.8.0", + "version": "0.9.0", "scripts": { "test": "vtex-test-tools test" },