Skip to content

Commit b647903

Browse files
committed
📦 3.1.4
1 parent cc7b6ea commit b647903

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Upcoming changes][Unreleased]
44

5+
## [3.1.4] - 2023-02-23
6+
7+
### Fixed
8+
9+
- 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🙏)
10+
11+
### Updated
12+
13+
- Updated dependencies ([#308](https://github.com/Esri/esri-leaflet-geocoder/pull/308))
14+
515
## [3.1.3] - 2022-04-08
616

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

458468
* Initial alpha release
459469

460-
[Unreleased]: https://github.com/Esri/esri-leaflet-geocoder/compare/v3.1.3...HEAD
470+
[Unreleased]: https://github.com/Esri/esri-leaflet-geocoder/compare/v3.1.4...HEAD
471+
[3.1.4]: https://github.com/Esri/esri-leaflet-geocoder/compare/v3.1.3...v3.1.4
461472
[3.1.3]: https://github.com/Esri/esri-leaflet-geocoder/compare/v3.1.2...v3.1.3
462473
[3.1.2]: https://github.com/Esri/esri-leaflet-geocoder/compare/v3.1.1...v3.1.2
463474
[3.1.1]: https://github.com/Esri/esri-leaflet-geocoder/compare/v3.1.0...v3.1.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "esri-leaflet-geocoder",
33
"description": "Esri Geocoding utility and search plugin for Leaflet.",
4-
"version": "3.1.3",
4+
"version": "3.1.4",
55
"author": "Patrick Arlt <parlt@esri.com> (http://patrickarlt.com)",
66
"contributors": [
77
"Patrick Arlt <parlt@esri.com> (http://patrickarlt.com)",
8-
"John Gravois <jgravois@esri.com> (http://johngravois.com)",
8+
"John Gravois <jgravois@esri.com> (https://johngravois.com)",
99
"Patrick McKinney",
10-
"Jacob Wasilkowski"
10+
"Jacob Wasilkowski",
11+
"Gavin Rehkemper (https://gavinr.com)"
1112
],
1213
"dependencies": {
1314
"esri-leaflet": "^3.0.2",

0 commit comments

Comments
 (0)