Bump version to 1.1.0 (#671)

This includes: 

- #655 Add math abs to avoid negative values when calculating zoom 
- #656 Pass map instance to onDrag handler 
- #593 Added feature: update heat map on data change + fix linting
This commit is contained in:
Michael Diego 2018-11-08 15:36:19 +03:00 committed by GitHub
parent 1ce8726fda
commit 1603e3afea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{
"name": "google-map-react",
"version": "1.0.9",
"version": "1.1.0",
"description": "isomorphic google map react component, allows render react components on the google map",
"main": "lib/index",
"scripts": {