From 1603e3afea4cd0fdb88e7b5479f1f3321908afb4 Mon Sep 17 00:00:00 2001 From: Michael Diego <6419886+itsmichaeldiego@users.noreply.github.com> Date: Thu, 8 Nov 2018 15:36:19 +0300 Subject: [PATCH] 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 444383f..164cb8b 100644 --- a/package.json +++ b/package.json @@ -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": {