diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf110f..25c9bd4 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.5.2] - 2020-09-10 + ### Fixed - handle `shippingEstimate` without time unit. diff --git a/manifest.json b/manifest.json index ddeaff7..dd481a3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "my-account-commons", - "version": "1.5.1", + "version": "1.5.2", "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 49dd722..fcb2c08 100644 --- a/react/package.json +++ b/react/package.json @@ -26,5 +26,5 @@ "apollo-client": "^2.5.1", "typescript": "3.8.3" }, - "version": "1.5.1" + "version": "1.5.2" }