diff --git a/CHANGELOG.md b/CHANGELOG.md index dd4b103..667e835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 \ No newline at end of file +[1.0.1]: https://github.com/esri/esri-leaflet-vector/compare/v1.0.0...v1.0.1 diff --git a/package.json b/package.json index f5b2711..5da7c43 100644 --- a/package.json +++ b/package.json @@ -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 (http://johngravois.com)", + "contributors": [ + "Patrick Arlt (http://patrickarlt.com)" + ], "bugs": { "url": "https://github.com/Esri/esri-leaflet-vector/issues" },