diff --git a/CHANGELOG.md b/CHANGELOG.md index b2057430..5e12a09a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.0 (2020-12-10) + +- HERE Maps: new API ([9979da9](https://github.com/perliedman/leaflet-control-geocoder/commit/9979da9)) + ## 2.0.1 (2020-11-30) - Fixes usage of [`L.Evented`](https://leafletjs.com/reference-1.7.1.html#evented) [mixin](https://leafletjs.com/reference-1.7.1.html#class-includes) for [TypeScript](https://www.typescriptlang.org/docs/handbook/mixins.html) ([#312](https://github.com/perliedman/leaflet-control-geocoder/issues/312)) diff --git a/README.md b/README.md index 9b7097dc..db7bab84 100755 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The plugin supports many different data providers: - [What3Words](http://what3words.com/) - [Photon](http://photon.komoot.de/) - [Pelias](https://pelias.io/), [geocode.earth](https://geocode.earth/) (formerly Mapzen Search), [Openrouteservice](https://openrouteservice.org/dev/#/api-docs/geocode) -- [HERE Geocoder API](https://developer.here.com/documentation/geocoder/topics/introduction.html) +- [HERE Geocoder API](https://developer.here.com/documentation/geocoding-search-api/api-reference-swagger.html) ([legacy](https://developer.here.com/documentation/geocoder/topics/introduction.html)) - [Neutrino API](https://www.neutrinoapi.com/api/geocode-address/) - [Plus codes](https://plus.codes/) (formerly OpenLocationCode) (requires [open-location-code](https://www.npmjs.com/package/open-location-code)) - [ArcGIS](https://developers.arcgis.com/features/geocoding/) diff --git a/package.json b/package.json index a2b0f2f0..89314842 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leaflet-control-geocoder", - "version": "2.0.1", + "version": "2.1.0", "description": "Extendable geocoder with builtin support for OpenStreetMap Nominatim, Bing, Google, Mapbox, MapQuest, What3Words, Photon, Pelias, HERE, Neutrino, Plus codes", "source": "src/index.ts", "main": "dist/Control.Geocoder.js",