Skip to content

Commit

Permalink
📦 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed Feb 23, 2023
1 parent cc7b6ea commit b647903
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Upcoming changes][Unreleased]

## [3.1.4] - 2023-02-23

### Fixed

- Switched from [node-sass (deprecated)](https://www.npmjs.com/package/node-sass) to [sass](https://www.npmjs.com/package/sass) ([#306](https://github.com/Esri/esri-leaflet-geocoder/pull/306) 🙏JeffJacobson🙏)

### Updated

- Updated dependencies ([#308](https://github.com/Esri/esri-leaflet-geocoder/pull/308))

## [3.1.3] - 2022-04-08

### Fixed
Expand Down Expand Up @@ -457,7 +467,8 @@ This is now ready for beta! This release helps finalize the API and includes lot

* Initial alpha release

[Unreleased]: https://github.com/Esri/esri-leaflet-geocoder/compare/v3.1.3...HEAD
[Unreleased]: https://github.com/Esri/esri-leaflet-geocoder/compare/v3.1.4...HEAD
[3.1.4]: https://github.com/Esri/esri-leaflet-geocoder/compare/v3.1.3...v3.1.4
[3.1.3]: https://github.com/Esri/esri-leaflet-geocoder/compare/v3.1.2...v3.1.3
[3.1.2]: https://github.com/Esri/esri-leaflet-geocoder/compare/v3.1.1...v3.1.2
[3.1.1]: https://github.com/Esri/esri-leaflet-geocoder/compare/v3.1.0...v3.1.1
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.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "esri-leaflet-geocoder",
"description": "Esri Geocoding utility and search plugin for Leaflet.",
"version": "3.1.3",
"version": "3.1.4",
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"contributors": [
"Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"John Gravois <[email protected]> (http://johngravois.com)",
"John Gravois <[email protected]> (https://johngravois.com)",
"Patrick McKinney",
"Jacob Wasilkowski"
"Jacob Wasilkowski",
"Gavin Rehkemper (https://gavinr.com)"
],
"dependencies": {
"esri-leaflet": "^3.0.2",
Expand Down

0 comments on commit b647903

Please sign in to comment.