]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
v3.2.8
authormarc tobias <mtmail@gmx.net>
Mon, 26 Sep 2022 16:43:43 +0000 (18:43 +0200)
committermarc tobias <mtmail@gmx.net>
Mon, 26 Sep 2022 16:43:43 +0000 (18:43 +0200)
CHANGES.md
package.json

index b8d816dbd2b4ca2951b4a90f9e0cbd4fd60fb49f..60bd3fc834c20dc428381be96788e29b4ba76870 100644 (file)
@@ -1,5 +1,10 @@
 # CHANGES
 
+* version 3.2.8 - 2022-09-26
+
+    * Use OSM's preferred tile URL for faster map loading
+    * NPM package updates
+
 * version 3.2.7 - 2022-08-07
 
     * Documentation: Add a config.theme.js.example file. Thanks coleman-rik
index 8bd24d4a9da9402cc8d21e6338724284f3e51ff0..bd2d9102c0ec0bda06fd2220b127831ef85b5df0 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "nominatim-ui",
   "description": "Debug web interface for Nominatim geocoder",
-  "version": "3.2.7",
+  "version": "3.2.8",
   "license": "GPL-2.0",
   "scripts": {
     "build": "rollup -c",