From: marc tobias Date: Fri, 12 Mar 2021 15:56:57 +0000 (+0100) Subject: version 3.0.3 X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/commitdiff_plain/67eb9d47103ce036ed893ff44ae14a85edc87f0f version 3.0.3 --- diff --git a/CHANGES.md b/CHANGES.md index b561799..67b02b3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # CHANGES +* version 3.0.3 - 2021-03-12 + + * new Status page + * fixed vaidation of polygon simplification form field + * version 3.0.2 - 2021-03-05 * Details page: don't print 'null' when postcode is missing diff --git a/package.json b/package.json index 1e601c2..8a32830 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nominatim-ui", "description": "Debug web interface for Nominatim geocoder", - "version": "3.0.2", + "version": "3.0.3", "license": "GPL-2.0", "scripts": { "build": "rollup -c",