Skip to content

Commit 5907d5f

Browse files
committed
chore(release): bump version number to 1.6.1
1 parent 2cf8d4f commit 5907d5f

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.6.1](https://github.com/angular-material-extensions/google-maps-autocomplete/compare/v1.6.0...v1.6.1) (2019-05-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **package:** options.push is not a function fixed [#104](https://github.com/angular-material-extensions/google-maps-autocomplete/issues/104) ([2cf8d4f](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/2cf8d4f))
7+
8+
9+
110
# [1.6.0](https://github.com/angular-material-extensions/google-maps-autocomplete/compare/v1.5.0...v1.6.0) (2019-05-04)
211

312

demo/src/app/home/home.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ <h1>@angular-material-extensions/google-maps-autocomplete</h1>
8686
[requiredErrorText]="config.requiredErrorText"
8787
[invalidErrorText]="config.invalidErrorText"
8888
[country]="config.country"
89+
[types]="['bank']"
8990
[appearance]="config.appearance"
9091
(onAutocompleteSelected)="onAutocompleteSelected($event)"
9192
(onLocationSelected)="onLocationSelected($event)">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular-material-extensions/google-maps-autocomplete",
33
"description": "Autocomplete input component for google-maps built with angular material design",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"homepage": "https://github.com/angular-material-extensions/google-maps-autocomplete",
66
"author": {
77
"name": "Anthony Nahas",

0 commit comments

Comments
 (0)