This commit is contained in:
Martin Raifer
2022-06-02 16:29:27 +02:00
parent dfde8c111a
commit 24c48627ac
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ _Breaking developer changes, which may affect downstream projects or sites that
-->
# Unreleased
# 2.21.0
##### 2022-Jun-03
#### :newspaper: News
* Drop legacy support for Internet Explorer 11 ([#8811])
+1 -1
View File
@@ -25,7 +25,7 @@ export function coreContext() {
let context = utilRebind({}, dispatch, 'on');
let _deferred = new Set();
context.version = '2.21.0-dev';
context.version = '2.21.0';
context.privacyVersion = '20201202';
// iD will alter the hash so cache the parameters intended to setup the session
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.21.0-dev",
"version": "2.21.0",
"description": "A friendly editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:openstreetmap/iD",