Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-ES committed Sep 12, 2016
1 parent c953597 commit 7b3ea5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Every change, update, bug fix or new feature will be documented in this file as

<a name="Unreleased"></a>

### Unreleased Changes
### 0.3.0

* Circle
* Introduced a new React component, Circle, to create circles on maps provided by HERE Maps.
Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 7b3ea5f

Please sign in to comment.