]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
prepare 3.5.2 release
authormarc tobias <mtmail@gmx.net>
Fri, 5 Apr 2024 09:10:47 +0000 (11:10 +0200)
committermarc tobias <mtmail@gmx.net>
Fri, 5 Apr 2024 09:10:47 +0000 (11:10 +0200)
CHANGES.md
package.json

index 0cc68df2948cdb43d2dad0d4af95e7cec2f6b5dd..e07ed244551f39674c1a5033421ef804fdbd8abb 100644 (file)
@@ -1,5 +1,10 @@
 # CHANGES
 
+* version 3.5.2 - 2024-04-05
+    * Detail page: Link to postcode search not includes the country code
+    * test-suite: fix typos based on a codespell run
+    * NPM package updates (Svelte 4.2)
+
 * version 3.5.1 - 2024-02-14
     * Automatic release creation for 3.5.0 failed on Github Actions
 
index 23c25945baa3c53457c328b2b7add64469056112..b94e2a394fd741b37f4c96332c5f962228835638 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "nominatim-ui",
   "description": "Debug web interface for Nominatim geocoder",
-  "version": "3.5.1",
+  "version": "3.5.2",
   "license": "GPL-2.0",
   "scripts": {
     "build": "rollup -c",