From: marc tobias Date: Mon, 6 May 2024 12:16:56 +0000 (+0200) Subject: v3.5.3 release X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/commitdiff_plain/e7983651e9433cf93cd2e698afefd94360dd94ce?hp=cf3e8f8daa0f2f4b014b9df6c32a436248237140 v3.5.3 release --- diff --git a/CHANGES.md b/CHANGES.md index 910e011..89f5b07 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/package.json b/package.json index b94e2a3..93ad10a 100644 --- a/package.json +++ b/package.json @@ -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",