diff --git a/CHANGELOG.md b/CHANGELOG.md index 29de61b..f54f2f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 2592f26..4259dea 100644 --- a/package.json +++ b/package.json @@ -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": {