From f4d0d764b1f1506374849a304bd7322fa3547741 Mon Sep 17 00:00:00 2001 From: Marc Tobias Date: Thu, 14 Jul 2022 15:31:19 +0200 Subject: [PATCH] v3.2.6 --- CHANGES.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 0887d3d..b6e62cf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # CHANGES +* version 3.2.6 - 2022-07-14 + + * Fix: New URL for postcode documentation. Thanks otbutz + * version 3.2.5 - 2022-05-24 * Reverse map: add tooltips to circles as hint what is the search and what is result position diff --git a/package.json b/package.json index 120c9dc..ab2db7b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nominatim-ui", "description": "Debug web interface for Nominatim geocoder", - "version": "3.2.5", + "version": "3.2.6", "license": "GPL-2.0", "scripts": { "build": "rollup -c", -- 2.45.1