From 93c8b024cd36f6fb043f007c43c7bf4ed24e4129 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Tue, 27 Jun 2023 01:10:03 +0200 Subject: [PATCH] version 3.3.0 --- CHANGES.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", -- 2.39.5