Skip to content

Commit

Permalink
📦 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed Oct 10, 2019
1 parent 90de7dc commit 1acfa0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [2.3.1] - 2019-10-10

### Fixed

* `?undefined` issue when using DynamicMapLayer and Proxy ([#1164](https://github.com/Esri/esri-leaflet/pull/1164))

### Changed


* REST calls will now use `outSR` instead of `outSr` ([#1168](https://github.com/Esri/esri-leaflet/pull/1168))

## [2.3.0] - 2019-07-17
Expand Down Expand Up @@ -677,7 +678,8 @@ None
* Add DarkGray and DarkGrayLabels to BasemapLayer. #190
* An attributionControl on maps is now required when using BasemapLayer. #159

[unreleased]: https://github.com/esri/esri-leaflet/compare/v2.3.0...HEAD
[unreleased]: https://github.com/esri/esri-leaflet/compare/v2.3.1...HEAD
[2.3.1]: https://github.com/esri/esri-leaflet/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/esri/esri-leaflet/compare/v2.2.4...v2.3.0
[2.2.4]: https://github.com/esri/esri-leaflet/compare/v2.2.3...v2.2.4
[2.2.3]: https://github.com/esri/esri-leaflet/compare/v2.2.2...v2.2.3
Expand Down
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,7 +1,7 @@
{
"name": "esri-leaflet",
"description": "Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services.",
"version": "2.3.0",
"version": "2.3.1",
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"bugs": {
"url": "https://github.com/esri/esri-leaflet/issues"
Expand Down

0 comments on commit 1acfa0f

Please sign in to comment.