From: marc tobias Date: Sun, 20 Oct 2024 20:06:51 +0000 (+0200) Subject: prepare version 3.6.0 X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/commitdiff_plain/750760c197445437381b2d1e24c00419d928d39c prepare version 3.6.0 --- diff --git a/CHANGES.md b/CHANGES.md index 1f435c7..c8c349d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,8 @@ -# CHANGES - +* version 3.6.0 - 2024-10-20 * Reverse page: Remove click handler when switching other page. Thanks ericgrosso * Reverse page: Fix test that longitude is filled on form submit. Thanks ericgrosso - * NPM package updates + * NPM package updates: eslint 8->9, Svelte 4->5 + * Minimum required nodejs version to compile (rollup) is now 16 * version 3.5.3 - 2024-05-06 * Search page: Set HTML page title for structured searches, too diff --git a/package.json b/package.json index e81b6e5..330f165 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nominatim-ui", "description": "Debug web interface for Nominatim geocoder", - "version": "3.5.3", + "version": "3.6.0", "license": "GPL-2.0", "scripts": { "build": "rollup -c",