From 792c99685423bdcfd484340bd04ef342492a07b0 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Fri, 5 Mar 2021 18:39:37 +0100 Subject: [PATCH] version v3.0.2 --- CHANGES.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2276843..b561799 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,13 +1,16 @@ # CHANGES -* version 3.0.1 - 2021-03-05 +* version 3.0.2 - 2021-03-05 - * Details page: table is now responsive, no longer overflows * Details page: don't print 'null' when postcode is missing * Details page: make sure links to children,hierarcy update after pageload, thx LiteratimBi for the report * Details page: in hierachy list all addresslines were marked unused (grayed out) * Details page: API doesn't always return address keywords * PageLinks/ReverseLink: fix warnings when properties not set + +* version 3.0.1 - 2021-03-05 + + * Details page: table is now responsive, no longer overflows * Documentation: fix link to theme configuration file * version 3.0.0 - 2021-02-25 diff --git a/package.json b/package.json index c2d35ca..1e601c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nominatim-ui", "description": "Debug web interface for Nominatim geocoder", - "version": "3.0.1", + "version": "3.0.2", "license": "GPL-2.0", "scripts": { "build": "rollup -c", -- 2.39.5