diff --git a/CHANGELOG.md b/CHANGELOG.md index 43e7aa264..de28fc951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index f1f37f3f3..8b71aa2d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "esri-leaflet", - "version": "2.2.4", + "version": "2.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 440daa507..663563ca9 100644 --- a/package.json +++ b/package.json @@ -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 (http://patrickarlt.com)", "bugs": { "url": "https://github.com/esri/esri-leaflet/issues"