From 7b3ea5ff10fd9317617102c3d6f4ec2e2049fe85 Mon Sep 17 00:00:00 2001 From: Joshua Efiong Date: Mon, 12 Sep 2016 16:06:33 +0100 Subject: [PATCH] Version update --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e06674..c17f3bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Every change, update, bug fix or new feature will be documented in this file as -### Unreleased Changes +### 0.3.0 * Circle * Introduced a new React component, Circle, to create circles on maps provided by HERE Maps. @@ -14,6 +14,7 @@ Every change, update, bug fix or new feature will be documented in this file as * Automatic Position Changes of Circle and Marker instances * When the lat/lng props of a Circle or Marker instance change, their position automatically changes. + * When the rad prop of a Circle instance changes, the radius automatically changes to the new value. ### 0.2.1 (2016-08-29) diff --git a/package.json b/package.json index 37c5640..6045974 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-here-maps", - "version": "0.2.1", + "version": "0.3.0", "description": "React.js HERE Maps component", "main": "dist/main.js", "scripts": {