diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c4b7d..7d1eb8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.0.2] - 2020-07-30 + +- #878 Fix heatmap options not being updated + ## [2.0.1] - 2020-07-30 - #864 On resize it's getting undefined minZoom @@ -8,7 +12,7 @@ ### Changed - Rewrite library using [create-react-library](https://www.npmjs.com/package/create-react-library) -- **Breaking** Move `google-map-react/utils` to module import, so instead of doing `import { utilName } from 'google-map-react/utils` you will do `import { utilName } from google-map-react` +- **Breaking** Move `google-map-react/utils` to module import, meaning that instead of doing: `import { utilName } from 'google-map-react/utils` you will do `import { utilName } from google-map-react` ## [1.1.7] - 2020-03-17 diff --git a/package.json b/package.json index 2cd73e9..18a0304 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-map-react", - "version": "2.0.1", + "version": "2.0.2", "description": "Isomorphic component that allows rendering react components on a google map", "author": "istarkov https://github.com/istarkov", "license": "MIT",