Skip to content

Commit 6b05119

Browse files
committed
chore(release): bump version number to 1.3.0
1 parent 94829c4 commit 6b05119

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="1.3.0"></a>
2+
# [1.3.0](https://github.com/angular-material-extensions/google-maps-autocomplete/compare/v1.2.2...v1.3.0) (2018-10-03)
3+
4+
5+
### Bug Fixes
6+
7+
* **package:** fixed the path of node_module in the npm script to transpile agm core via babel ([abeb505](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/abeb505))
8+
* **package:** unexpected token import from agm core module fixed via babel v7.1.0 ([5c6a295](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/5c6a295))
9+
* **package:** updated dependencies ([8a41a4c](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/8a41a4c))
10+
* **package:** updated typescript to v2.9.2 ([66d1e24](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/66d1e24))
11+
12+
13+
### Features
14+
15+
* **package:** added address validator's form control to 'matGoogleMapsAutocomplete' ([859c103](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/859c103))
16+
* **package:** simplify the library by adding the `matGoogleMapsAutocomplete` directive ([f2b7b63](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/f2b7b63))
17+
18+
19+
120
<a name="1.2.2"></a>
221
## [1.2.2](https://github.com/angular-material-extensions/google-maps-autocomplete/compare/v1.2.1...v1.2.2) (2018-07-24)
322

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.2.2",
4+
"version": "1.3.0",
55
"homepage": "https://github.com/angular-material-extensions/google-maps-autocomplete",
66
"author": {
77
"name": "Anthony Nahas",

0 commit comments

Comments
 (0)