From: marc tobias Date: Tue, 4 Aug 2020 13:27:25 +0000 (+0200) Subject: prepare version 1.2.1 X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/commitdiff_plain/7fb774f6dd033f6bfb5b574f8181bf9c53aeacd1 prepare version 1.2.1 --- diff --git a/CHANGES.md b/CHANGES.md index 23a569b..4395a84 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # CHANGES +* version 1.2.1 - 2020-08-04 + + * URL parsing now works if app is in a subdirectory + * version 1.2 - 2020-07-07 * Use window.history.pushState to minimize page reloads diff --git a/package.json b/package.json index a409768..da73250 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nominatim-ui", - "version": "1.2.0", + "version": "1.2.1", "description": "Debug web interface for Nominatim geocoder", "main": "index.js", "scripts": {