From: Marc Tobias Date: Tue, 4 Apr 2023 13:46:36 +0000 (+0200) Subject: version 3.2.12 X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/commitdiff_plain/958a324b6fd42d1a30424ddba8c3662d973c85cb version 3.2.12 --- diff --git a/CHANGES.md b/CHANGES.md index 194e97d..fba2c5d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # CHANGES +* version 3.2.12 - 2023-04-04 + * Reverse page: remove uncommon zoom labels, align with Nominatim 4.x + * NPM package updates + * version 3.2.11 - 2023-03-08 * Configuration: You can now set Map_Default_Bounds als alternative to lat,lon, zoom. Thanks Piskvor * NPM package updates diff --git a/package.json b/package.json index ee2f272..1bd89e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nominatim-ui", "description": "Debug web interface for Nominatim geocoder", - "version": "3.2.11", + "version": "3.2.12", "license": "GPL-2.0", "scripts": { "build": "rollup -c",