]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
version 3.2.12
authorMarc Tobias <mtmail@gmx.net>
Tue, 4 Apr 2023 13:46:36 +0000 (15:46 +0200)
committerMarc Tobias <mtmail@gmx.net>
Tue, 4 Apr 2023 13:46:36 +0000 (15:46 +0200)
CHANGES.md
package.json

index 194e97d35195dc96daaac6c5183ed45eecac9bfa..fba2c5d37ee673c4a383bfe7e98162a7d5d22905 100644 (file)
@@ -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
index ee2f272d7503aaff23e9579d871e06fc55b591d4..1bd89e09adea0d69eee43e0c826a5f65a8feeee6 100644 (file)
@@ -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",