Skip to content

Commit

Permalink
📦 v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Nov 4, 2019
1 parent d6b4028 commit 7e0fcd1
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 12 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.0.11] - 2019-11-04

### Fixed

- ensure gl map is added to leaflet TilePane

## [0.0.10] - 2019-09-16

- added `.getContainer()`, `.getSize()`, `getBounds()` and `getCanvas()` methods.
- internal code changes to bring it closer to other overlay layers.
## Added

- `.getContainer()`, `.getSize()`, `getBounds()` and `getCanvas()` methods.

## Fixed

- internal code changes to bring it closer to other overlay layers.

## [0.0.9] - 2019-09-02

Expand Down Expand Up @@ -70,7 +81,11 @@ 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.7...HEAD
[Unreleased]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.11...HEAD
[0.0.11]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.10...v0.0.11
[0.0.10]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.9...v0.0.10
[0.0.9]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.8...v0.0.9
[0.0.8]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.7...v0.0.8
[0.0.7]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.4...v0.0.5
Expand Down
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Release instructions

1. bump version number in package.json manually
1. Create new CHANGELOG.md entry and update links at bottom of file
1. commit changes to `master`
1. `gh-release`

This hydrates the release notes from the CHANGELOG.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapbox-gl-leaflet",
"version": "0.0.10",
"version": "0.0.11",
"description": "binding from mapbox gl to the leaflet api",
"main": "leaflet-mapbox-gl.js",
"directories": {
Expand All @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/mapbox/mapbox-gl-leaflet.git"
"url": "https://github.com/mapbox/mapbox-gl-leaflet.git"
},
"keywords": [
"mapbox",
Expand Down

0 comments on commit 7e0fcd1

Please sign in to comment.