From 1260ec15ff83d0f150f4923f00c3b48e21ff0652 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Wed, 2 Sep 2020 09:53:01 +0200 Subject: [PATCH] v1.2.4 --- CHANGES.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 6c6b5bcf..99a9fd28 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # CHANGES +* version 1.2.4 - 2020-09-01 + + * All links to detail page should include the class parameter + * version 1.2.3 - 2020-09-01 * Favicon URLs did not work when app is installed in a subdirectory diff --git a/package.json b/package.json index d11c5b49..6a0b4135 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nominatim-ui", - "version": "1.2.3", + "version": "1.2.4", "description": "Debug web interface for Nominatim geocoder", "main": "index.js", "scripts": {