diff --git a/CHANGELOG.md b/CHANGELOG.md index e752250..b5b0337 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.12.0] - 2020-06-24 + ### Added - `hideBackButton` prop to ContentWrapper. diff --git a/manifest.json b/manifest.json index 9e824bc..1012e48 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "my-account-commons", - "version": "0.11.1", + "version": "0.12.0", "title": "MyAccount Commons", "defaultLocale": "pt-BR", "description": "Shared components used to build ne MyAccounts pages", diff --git a/react/package.json b/react/package.json index 4f9e7e2..e26477e 100644 --- a/react/package.json +++ b/react/package.json @@ -29,5 +29,5 @@ "prettier": "^1.17.0", "typescript": "3.8.3" }, - "version": "0.11.1" + "version": "0.12.0" }