diff --git a/CHANGELOG.md b/CHANGELOG.md index 5812fc39..159e3a37 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] +## [3.34.11] - 2023-10-18 + ### Fixed - New Zealand geolocation to format neighborhood. @@ -1511,6 +1513,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - **`AddressSubmitter`** component and tests -[Unreleased]: https://github.com/vtex/address-form/compare/v3.34.6...HEAD +[Unreleased]: https://github.com/vtex/address-form/compare/v3.34.11...HEAD [3.34.6]: https://github.com/vtex/address-form/compare/v3.34.5...v3.34.6 -[3.34.5]: https://github.com/vtex/address-form/compare/v3.34.4...v3.34.5 \ No newline at end of file +[3.34.5]: https://github.com/vtex/address-form/compare/v3.34.4...v3.34.5 +[3.34.11]: https://github.com/vtex/address-form/compare/v3.34.10...v3.34.11 \ No newline at end of file diff --git a/manifest.json b/manifest.json index ddbff31f..afec642c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,15 @@ { "name": "address-form", "vendor": "vtex", - "version": "3.34.10", + "version": "3.34.11", "title": "address-form React component", "description": "address-form React component", "defaultLocale": "en", "mustUpdateAt": "2019-01-08", "categories": [], - "registries": ["smartcheckout"], + "registries": [ + "smartcheckout" + ], "settingsSchema": {}, "dependencies": { "vtex.checkout": "0.x",