diff --git a/CHANGELOG.md b/CHANGELOG.md index 00d18ad..3881624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.6.2] - 2021-02-23 ### Fixed - Use types from `vtex.country-data-settings` app. diff --git a/manifest.json b/manifest.json index 0726c8c..f1d601b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "address-context", - "version": "0.6.1", + "version": "0.6.2", "title": "Address Context", "description": "Address Context", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 7698759..e9b898e 100644 --- a/react/package.json +++ b/react/package.json @@ -1,7 +1,7 @@ { "name": "vtex.address-context", "private": true, - "version": "0.6.1", + "version": "0.6.2", "dependencies": { "react": "^16.8.3", "react-apollo": "^3.1.5",