From a5f5e25c9db00b0258a9e7d6f0e76b67fe21cec1 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Thu, 19 Jan 2023 12:14:02 +0100 Subject: [PATCH] v2.24.0 --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b03e22aa..2f371dbd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,11 +35,11 @@ _Breaking developer changes, which may affect downstream projects or sites that [@xxxx]: https://github.com/xxxx --> -# Unreleased +# 2.4.0 +##### 2023-Jan-19 #### :tada: New Features * Show a _remaining input length_ indicator and a warning if the maximum for OSM tags (typically, 255 characters) is exceeded ([#9390], [#9392] thanks [@alanb43], [#7943], [#9374]) -#### :sparkles: Usability & Accessibility #### :white_check_mark: Validation * Add support value `uncontrolled` when using _connect features_ validation fix on crossings with `crossing=uncontrolled` ([#9443], thanks [@arch0345]) #### :bug: Bugfixes diff --git a/package.json b/package.json index 8812fbb2d..f67ef6b41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "2.24.0-dev", + "version": "2.24.0", "description": "A friendly editor for OpenStreetMap", "main": "dist/iD.min.js", "repository": "github:openstreetmap/iD",