From 437201f4e2c0a9e2fc25ac3dc51d67f11c351728 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Fri, 5 Apr 2024 11:10:47 +0200 Subject: [PATCH] prepare 3.5.2 release --- CHANGES.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 0cc68df..e07ed24 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # CHANGES +* version 3.5.2 - 2024-04-05 + * Detail page: Link to postcode search not includes the country code + * test-suite: fix typos based on a codespell run + * NPM package updates (Svelte 4.2) + * version 3.5.1 - 2024-02-14 * Automatic release creation for 3.5.0 failed on Github Actions diff --git a/package.json b/package.json index 23c2594..b94e2a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nominatim-ui", "description": "Debug web interface for Nominatim geocoder", - "version": "3.5.1", + "version": "3.5.2", "license": "GPL-2.0", "scripts": { "build": "rollup -c", -- 2.45.1