From e7983651e9433cf93cd2e698afefd94360dd94ce Mon Sep 17 00:00:00 2001 From: marc tobias Date: Mon, 6 May 2024 14:16:56 +0200 Subject: [PATCH] v3.5.3 release --- CHANGES.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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", -- 2.39.5