Skip to content

Commit

Permalink
v2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Jun 3, 2022
1 parent dfde8c1 commit 24c4862
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion modules/core/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 24c4862

Please sign in to comment.