diff --git a/CHANGELOG.md b/CHANGELOG.md index ab58807b..9fe71d9d 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.4.1] - 2019-03-15 + ### Changed - Get changes made at version `v0.25.0`. diff --git a/manifest.json b/manifest.json index 3b7c72fc..92ff10ff 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "my-account", "vendor": "vtex", - "version": "1.4.0", + "version": "1.4.1", "title": "My Account", "description": "", "mustUpdateAt": "2019-07-09", @@ -47,7 +47,10 @@ "useMap": { "title": "Use Google Maps to fill address data", "type": "boolean", - "enum": [false, true], + "enum": [ + false, + true + ], "default": false } }, @@ -57,19 +60,25 @@ { "properties": { "useMap": { - "enum": [true] + "enum": [ + true + ] }, "apiKey": { "title": "Your Google Maps API Key", "type": "string" } }, - "required": ["apiKey"] + "required": [ + "apiKey" + ] }, { "properties": { "useMap": { - "enum": [false] + "enum": [ + false + ] } } } diff --git a/package.json b/package.json index bdeaf3bc..4a93cb8e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.4.0", + "version": "1.4.1", "devDependencies": { "@types/exenv": "^1.2.0", "@vtex/intl-equalizer": "^2.0.1",