From: marc tobias Date: Mon, 26 Jun 2023 23:10:03 +0000 (+0200) Subject: version 3.3.0 X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/commitdiff_plain/93c8b024cd36f6fb043f007c43c7bf4ed24e4129?ds=inline version 3.3.0 --- diff --git a/CHANGES.md b/CHANGES.md index c8d3cc0..93c3f73 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # CHANGES -* version 3.2.13 - 2023-06-26 +* version 3.3.0 - 2023-06-26 * Reverse map: show search position (red circle) also when no search results * test-suite: remove httpbin HTTP calls, server is unreliable * test-suite: replace eslint-plugin-svelte3 with eslint-plugin-svelte plus lint fixes diff --git a/package.json b/package.json index 9f6a467..28e36d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nominatim-ui", "description": "Debug web interface for Nominatim geocoder", - "version": "3.2.12", + "version": "3.3.0", "license": "GPL-2.0", "scripts": { "build": "rollup -c",