From 0d4c58cc52f5a77c8b9f215dd6b815487de819ec Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Tue, 27 Sep 2022 11:45:41 +0200 Subject: [PATCH] v2.22.0 --- CHANGELOG.md | 4 +--- modules/core/context.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 399842910..921461adb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,9 +38,7 @@ _Breaking developer changes, which may affect downstream projects or sites that [@xxxx]: https://github.com/xxxx --> -# Unreleased - -#### :newspaper: News +# 2.22.0 #### :tada: New Features * Consider lifecycle prefixes when deciding whether features should be rendered as a line or an area ([#8881], thanks [@k-yle]) * Render side-markers on all coastlines (new: also coastlines of small islands mapped as an area) ([#9293]) diff --git a/modules/core/context.js b/modules/core/context.js index 48a0cc019..bfaaaac3d 100644 --- a/modules/core/context.js +++ b/modules/core/context.js @@ -25,7 +25,7 @@ export function coreContext() { let context = utilRebind({}, dispatch, 'on'); let _deferred = new Set(); - context.version = '2.22.0-dev'; + context.version = '2.22.0'; context.privacyVersion = '20201202'; // iD will alter the hash so cache the parameters intended to setup the session diff --git a/package.json b/package.json index ddab21c10..2556dafba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "2.22.0-dev", + "version": "2.22.0", "description": "A friendly editor for OpenStreetMap", "main": "dist/iD.min.js", "repository": "github:openstreetmap/iD",