Skip to content

Commit

Permalink
📦 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Jan 4, 2017
1 parent fcf171f commit 1135299
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Upcoming changes][unreleased]

## [1.0.6]

### Changed

* now using Esri's latest and greatest basemaps

### Fixed

* Ensure that when a tileMap is present in an ArcGIS Pro published tileset, that its url is concatenated correctly [#20](https://github.com/Esri/esri-leaflet-vector/issues/20)

## [1.0.5]

### Fixed
Expand Down Expand Up @@ -50,9 +60,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

* Initial Release

[unreleased]: https://github.com/esri/esri-leaflet-vector/compare/v1.0.5...HEAD
[unreleased]: https://github.com/esri/esri-leaflet-vector/compare/v1.0.6...HEAD
[1.0.5]: https://github.com/esri/esri-leaflet-vector/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/esri/esri-leaflet-vector/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/esri/esri-leaflet-vector/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/esri/esri-leaflet-vector/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/esri/esri-leaflet-vector/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/esri/esri-leaflet-vector/compare/v1.0.0...v1.0.1
[1.0.1]: https://github.com/esri/esri-leaflet-vector/compare/v1.0.0...v1.0.1
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "esri-leaflet-vector",
"description": "Esri vector basemap plugin for Leaflet.",
"version": "1.0.5",
"author": "",
"version": "1.0.6",
"author": "John Gravois <[email protected]> (http://johngravois.com)",
"contributors": [
"Patrick Arlt <[email protected]> (http://patrickarlt.com)"
],
"bugs": {
"url": "https://github.com/Esri/esri-leaflet-vector/issues"
},
Expand Down

0 comments on commit 1135299

Please sign in to comment.