Skip to content

Commit

Permalink
v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed May 29, 2021
1 parent d5880c8 commit 85cc938
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.0.15] - 2021-05-29

- remember GL map when removed and readded to avoid creating a new SKU token - #138 :pray: @vcoppe :pray:

### Fixed

- fix gl offset issue in low zoom level

## [0.0.14] - 2020-11-24

### Fixed
Expand Down Expand Up @@ -101,8 +109,9 @@ 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.14...HEAD
[0.0.14]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.13...v0.0.13
[Unreleased]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.15...HEAD
[0.0.15]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.14...v0.0.15
[0.0.14]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.13...v0.0.14
[0.0.13]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.12...v0.0.13
[0.0.12]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.11...v0.0.12
[0.0.11]: https://github.com/mapbox/mapbox-gl-leaflet/compare/v0.0.10...v0.0.11
Expand Down
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
## Release instructions

1. bump version number in package.json manually
1. bump version number in package.json and package-lock.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.
1. `gh-release` (this hydrates the release notes from the CHANGELOG.)
1. `npm publish`
2 changes: 1 addition & 1 deletion package-lock.json

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

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.14",
"version": "0.0.15",
"description": "binding from mapbox gl to the leaflet api",
"main": "leaflet-mapbox-gl.js",
"directories": {
Expand Down

0 comments on commit 85cc938

Please sign in to comment.