From 97afc00804334e662eb3d60bca421a84b303b6e6 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Thu, 5 May 2022 14:49:43 +0200 Subject: [PATCH] v3.2.4 --- CHANGES.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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", -- 2.45.1