Skip to content

Commit

Permalink
📦 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed May 1, 2019
1 parent 4fd38b8 commit 0679230
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.0.5] - 2019-05-01

### Added

- `leaflet` and `mapbox-gl-js` are now declared as peerDependencies.

## [0.0.4] - 2019-02-27

### Added
Expand Down Expand Up @@ -33,7 +39,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Compatibility release for Leaflet `v0.7.x`

[Unreleased]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.4...HEAD
[Unreleased]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.5...HEAD
[0.0.5]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.7...v0.0.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapbox-gl-leaflet",
"version": "0.0.4",
"version": "0.0.5",
"description": "binding from mapbox gl to the leaflet api",
"main": "leaflet-mapbox-gl.js",
"directories": {
Expand Down

0 comments on commit 0679230

Please sign in to comment.