From 4730511fe5d0451bc628b168068bfd379e40d988 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Sat, 21 Dec 2024 10:48:55 +0100 Subject: [PATCH] 3.1.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b04fdc9..6b20712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 3.1.0 (2024-12-21) + +- **Implement Azure Maps Geocoder** (#351) ([bf04a88](https://github.com/perliedman/leaflet-control-geocoder/commit/bf04a88)), closes [#351](https://github.com/perliedman/leaflet-control-geocoder/issues/351) +- azure: add to README ([8e1da50](https://github.com/perliedman/leaflet-control-geocoder/commit/8e1da50)) +- azure: add types, add unit test ([d1183f4](https://github.com/perliedman/leaflet-control-geocoder/commit/d1183f4)) +- azure: update to leaflet-control-geocoder 3.0.0 ([0951831](https://github.com/perliedman/leaflet-control-geocoder/commit/0951831)) +- build: fix tsc --target ES2020 ([51ed3ea](https://github.com/perliedman/leaflet-control-geocoder/commit/51ed3ea)) +- CHANGELOG: clarify "Migrate from callbacks to async-await" ([6e869c8](https://github.com/perliedman/leaflet-control-geocoder/commit/6e869c8)) +- demo: modernize code ([756dc27](https://github.com/perliedman/leaflet-control-geocoder/commit/756dc27)) +- GitHub Actions: Node.js 22 ([9ba93ff](https://github.com/perliedman/leaflet-control-geocoder/commit/9ba93ff)) +- nominatim: use shorthand property for htmlTemplate ([04031ac](https://github.com/perliedman/leaflet-control-geocoder/commit/04031ac)) +- tsc: --skipLibCheck ([4edf909](https://github.com/perliedman/leaflet-control-geocoder/commit/4edf909)) + ## 3.0.1 (2024-12-17) - build: fix Control.Geocoder.css ([9bfaa0f](https://github.com/perliedman/leaflet-control-geocoder/commit/9bfaa0f)), closes [#355](https://github.com/perliedman/leaflet-control-geocoder/issues/355) diff --git a/package-lock.json b/package-lock.json index 302b71e..b4c4315 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "leaflet-control-geocoder", - "version": "3.0.1", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "leaflet-control-geocoder", - "version": "3.0.1", + "version": "3.1.0", "license": "BSD-2-Clause", "devDependencies": { "@types/leaflet": "^1.9.15", diff --git a/package.json b/package.json index 25c2de2..9d44fc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leaflet-control-geocoder", - "version": "3.0.1", + "version": "3.1.0", "description": "Extendable geocoder with builtin support for OpenStreetMap Nominatim, Bing, Google, Mapbox, MapQuest, What3Words, Photon, Pelias, HERE, Neutrino, Plus codes", "type": "module", "source": "src/index.ts", @@ -91,4 +91,4 @@ "open-location-code": "^1.0.3" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" -} \ No newline at end of file +}