Skip to content

Commit

Permalink
chore(release): version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkloud9 committed Apr 11, 2017
1 parent a9cc9bc commit 9fda9fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 1.0.3 (2017-04-11)


#### Bug Fixes

* **client:** removed unecessary console.error ([a9cc9bc4](https://github.com/superdesk/react-geolookup/commit/a9cc9bc4648a82503945e8fdab246f6c9672c2b5))


### 1.0.2 (2017-02-01)


Expand Down
2 changes: 0 additions & 2 deletions dist/react-geolookup.js
Original file line number Diff line number Diff line change
Expand Up @@ -737,8 +737,6 @@ var Geolookup = function (_React$Component) {
this.googleMaps = googleMaps;
/* istanbul ignore next */
if (!googleMaps) {
console.error( // eslint-disable-line no-console
'Google map api was not found in the page.');
return;
}
this.autocompleteService = new googleMaps.places.AutocompleteService();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-geolookup",
"version": "1.0.2",
"version": "1.0.3",
"description": "A React autosuggest / lookup component that can utilize the Google Maps Places API, Open Street Maps Nominatim service, or a custom Geocoding service.",
"main": "dist/Geolookup.js",
"author": "Mark Lewis <[email protected]>",
Expand Down

0 comments on commit 9fda9fa

Please sign in to comment.