Skip to content

Commit

Permalink
📦 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed Dec 8, 2023
1 parent 299f3f3 commit 4743313
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
14 changes: 12 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]

## [4.2.3] - 2023-12-07

### Added

* Added worldview and places params ([#214](https://github.com/Esri/esri-leaflet-vector/pull/214))

### Fixed

* Fixed `wrong listener type: undefined` console warning ([#211](https://github.com/Esri/esri-leaflet-vector/pull/211))

## [4.2.2] - 2023-10-23

### Fixed
Expand Down Expand Up @@ -254,8 +264,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

* Initial Release

[unreleased]: https://github.com/esri/esri-leaflet-vector/compare/v4.2.2...HEAD
[4.2.1]: https://github.com/esri/esri-leaflet-vector/compare/v4.2.1...v4.2.2
[unreleased]: https://github.com/esri/esri-leaflet-vector/compare/v4.2.3...HEAD
[4.2.1]: https://github.com/esri/esri-leaflet-vector/compare/v4.2.2...v4.2.3
[4.2.0]: https://github.com/esri/esri-leaflet-vector/compare/v4.1.0...v4.2.0
[4.1.0]: https://github.com/esri/esri-leaflet-vector/compare/v4.0.2...v4.1.0
[4.0.2]: https://github.com/esri/esri-leaflet-vector/compare/v4.0.1...v4.0.2
Expand Down
4 changes: 2 additions & 2 deletions 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-vector",
"description": "Esri vector basemap and vector tile layer plugin for Leaflet.",
"version": "4.2.2",
"version": "4.2.3",
"author": "John Gravois (https://johngravois.com)",
"contributors": [
"Patrick Arlt <parlt@esri.com> (http://patrickarlt.com)",
Expand Down

0 comments on commit 4743313

Please sign in to comment.