From 7e4ff3b152bb6c37c5ab1aaac127758fe752d072 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Thu, 29 Feb 2024 10:45:04 +0100 Subject: [PATCH] v2.28.1 --- CHANGELOG.md | 12 ++---------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afb99b346..61618a17d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,21 +35,13 @@ _Breaking developer changes, which may affect downstream projects or sites that [@xxxx]: https://github.com/xxxx --> -# Unreleased (2.29.0-dev) +# 2.28.1 +##### 2024-Feb-29 -#### :tada: New Features -#### :sparkles: Usability & Accessibility -#### :scissors: Operations -#### :camera: Street-Level -#### :white_check_mark: Validation #### :bug: Bugfixes * Fix false validation message, which was suggesting to add empty `*:wikipedia` tags to NSI presets ([#10140]) #### :earth_asia: Localization * Add address format for New Zealand ([#10123], thanks [@k-yle]) -#### :hourglass: Performance -#### :mortar_board: Walkthrough / Help -#### :rocket: Presets -#### :hammer: Development [#10123]: https://github.com/openstreetmap/iD/pull/10123 [#10140]: https://github.com/openstreetmap/iD/issues/10140 diff --git a/package-lock.json b/package-lock.json index 41e23dc2e..dfc68f110 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iD", - "version": "2.29.0-dev", + "version": "2.28.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iD", - "version": "2.29.0-dev", + "version": "2.28.1", "license": "ISC", "dependencies": { "@mapbox/geojson-area": "^0.2.2", diff --git a/package.json b/package.json index 4e9b5e56a..cead3e668 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "2.29.0-dev", + "version": "2.28.1", "description": "A friendly editor for OpenStreetMap", "main": "dist/iD.min.js", "repository": "github:openstreetmap/iD",