From be5f5c2733a73d7a548be2f461f03fef6bfa499b Mon Sep 17 00:00:00 2001 From: marc tobias Date: Tue, 1 Sep 2020 17:55:32 +0200 Subject: [PATCH] v1.2.3 --- CHANGES.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a9d1484b..6c6b5bcf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # CHANGES +* version 1.2.3 - 2020-09-01 + + * Favicon URLs did not work when app is installed in a subdirectory + * On detail page in parents and linked-places sections address lines were all grayed out + * version 1.2.2 - 2020-09-01 * Don't intercept link clicks when the target is the raw API output diff --git a/package.json b/package.json index 0170d01c..d11c5b49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nominatim-ui", - "version": "1.2.2", + "version": "1.2.3", "description": "Debug web interface for Nominatim geocoder", "main": "index.js", "scripts": {