Skip to content

Commit

Permalink
chore(release): 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stepankuzmin committed Jan 17, 2019
1 parent a43b320 commit 461292d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.6.0"></a>
# [0.6.0](https://github.com/urbica/react-map-gl/compare/v0.6.0-beta.19...v0.6.0) (2019-01-17)


### Bug Fixes

* **MapGL:** handle previous props in _updateMapViewport ([643c38d](https://github.com/urbica/react-map-gl/commit/643c38d))
* throw an error if layer or source props is not an Immutable objects ([a43b320](https://github.com/urbica/react-map-gl/commit/a43b320))


### Features

* **Marker:** add drag support ([10c41f6](https://github.com/urbica/react-map-gl/commit/10c41f6))



<a name="0.6.0-beta.19"></a>
# [0.6.0-beta.19](https://github.com/urbica/react-map-gl/compare/v0.6.0-beta.18...v0.6.0-beta.19) (2019-01-15)

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": "@urbica/react-map-gl",
"version": "0.6.0-beta.19",
"version": "0.6.0",
"description": "React Component for Mapbox GL JS",
"author": "Stepan Kuzmin <[email protected]> (stepankuzmin.ru)",
"license": "MIT",
Expand Down

0 comments on commit 461292d

Please sign in to comment.