Skip to content

Commit 9bf2c40

Browse files
committed
chore(release): bump version number to 1.0.0
1 parent 2be01ee commit 9bf2c40

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<a name="1.0.0"></a>
2+
# 1.0.0 (2018-06-18)
3+
4+
5+
### Bug Fixes
6+
7+
* **package:** the assets path ([6f0e24c](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/6f0e24c))
8+
9+
10+
### Features
11+
12+
* **package:** added MatGoogleMapsAutocompleteComponent | `mat-google-maps-autocomplete` ([5584cae](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/5584cae))
13+
* **package:** added MatGoogleMapsAutocompleteModule ([dadcddd](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/dadcddd))
14+
* **package:** added MatValidateAddressDirective | `matValidateAddress` ([60e44cd](https://github.com/angular-material-extensions/google-maps-autocomplete/commit/60e44cd))
15+
16+
17+

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

0 commit comments

Comments
 (0)