From: marc tobias Date: Tue, 1 Sep 2020 15:29:27 +0000 (+0200) Subject: version 1.2.2 X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/commitdiff_plain/4e864490e3be3b62b016d407e1183c8f1a7b5de4 version 1.2.2 --- diff --git a/CHANGES.md b/CHANGES.md index 4395a84..a9d1484 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # CHANGES +* version 1.2.2 - 2020-09-01 + + * Don't intercept link clicks when the target is the raw API output + * version 1.2.1 - 2020-08-04 * URL parsing now works if app is in a subdirectory diff --git a/package.json b/package.json index da73250..0170d01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nominatim-ui", - "version": "1.2.1", + "version": "1.2.2", "description": "Debug web interface for Nominatim geocoder", "main": "index.js", "scripts": {