From: marc tobias Date: Thu, 5 May 2022 12:49:43 +0000 (+0200) Subject: v3.2.4 X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/commitdiff_plain/97afc00804334e662eb3d60bca421a84b303b6e6 v3.2.4 --- diff --git a/CHANGES.md b/CHANGES.md index 20c4b0d..3aa02a0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ # CHANGES +* version 3.2.4 - 2022-05-05 + + * Configuration: Nominatim_API_Endpoint can now also be a callback + * NPM package updates + +* version 3.2.3 - 2022-04-05 + + * Fix: On Search page the 'deduplication' checkbox needs to be checked by default + * version 3.2.3 - 2022-04-05 * Fix: On Search page the 'deduplication' checkbox needs to be checked by default diff --git a/package.json b/package.json index cf76566..2a9a28c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nominatim-ui", "description": "Debug web interface for Nominatim geocoder", - "version": "3.2.3", + "version": "3.2.4", "license": "GPL-2.0", "scripts": { "build": "rollup -c",