diff --git a/CHANGELOG.md b/CHANGELOG.md index 9488faa..e6e7e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -## next +## 0.3.0 - Removed `getNodeInterface` and added `getMapNode` which returns the real internal map class instance rather than an interface. - Added API docs and more detailed examples. +- Added `Frag` component. ## 0.2.1 diff --git a/package.json b/package.json index 0ae904d..2fe7797 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-googlemaps", - "version": "0.2.1", + "version": "0.3.0", "description": "A declarative React interface to Google Maps", "keywords": [ "react",