From 9a4565db3b58d26427d6cd9d4e014c2330502f5c Mon Sep 17 00:00:00 2001 From: marc tobias Date: Fri, 12 Sep 2025 01:52:21 +0200 Subject: [PATCH] prepare 3.9.0 release --- CHANGES.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 10d4b41..df8c1bb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +* version 3.9.0 - 2025-09-12 + * Details page: Also show entrances on map and in list + * Details page: display help text we use for calculated postcodes also for type=postcode + unless its in OSM data + * Fixed one typo in header. Thanks Babou + * Minor NPM package updates + * version 3.8.1 - 2025-08-28 * Github Action was missing a dependency for the 3.8.0 release diff --git a/package.json b/package.json index b5583f1..57b0702 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nominatim-ui", "description": "Debug web interface for Nominatim geocoder", - "version": "3.8.1", + "version": "3.9.0", "license": "GPL-2.0", "scripts": { "build": "rollup -c", -- 2.39.5