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",