Skip to content

Commit

Permalink
Release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
salesfelipe committed Mar 15, 2019
1 parent 6674790 commit b054344
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
19 changes: 14 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -47,7 +47,10 @@
"useMap": {
"title": "Use Google Maps to fill address data",
"type": "boolean",
"enum": [false, true],
"enum": [
false,
true
],
"default": false
}
},
Expand All @@ -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
]
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.0",
"version": "1.4.1",
"devDependencies": {
"@types/exenv": "^1.2.0",
"@vtex/intl-equalizer": "^2.0.1",
Expand Down

0 comments on commit b054344

Please sign in to comment.