]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
v3.5.3 release
authormarc tobias <mtmail@gmx.net>
Mon, 6 May 2024 12:16:56 +0000 (14:16 +0200)
committermarc tobias <mtmail@gmx.net>
Mon, 6 May 2024 12:16:56 +0000 (14:16 +0200)
CHANGES.md
package.json

index 910e011e165c19ee07672cde1fcdf8e4cdf7f756..89f5b07d3f4e808ace3f04e78b1a49121d275661 100644 (file)
@@ -1,6 +1,8 @@
 # CHANGES
 
+* version 3.5.3 - 2024-05-06
     * Search page: Set HTML page title for structured searches, too
+    * NPM package updates (not eslint 8->9, that requires a lot of work)
 
 * version 3.5.2 - 2024-04-05
     * Detail page: Link to postcode search not includes the country code
index b94e2a394fd741b37f4c96332c5f962228835638..93ad10a686bc6c8d05f9c382c1323213e5776279 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "nominatim-ui",
   "description": "Debug web interface for Nominatim geocoder",
-  "version": "3.5.2",
+  "version": "3.5.3",
   "license": "GPL-2.0",
   "scripts": {
     "build": "rollup -c",