From 98e4fed829339af20627ece53133535db24413ac Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 28 Jun 2018 19:02:06 -0400 Subject: [PATCH] v2.9.2 --- CHANGELOG.md | 7 +++++++ modules/core/context.js | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b69d31fde..7967d04d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,13 @@ _Breaking changes, which may affect downstream projects or sites that embed iD, [@xxxx]: https://github.com/xxxx --> +# 2.9.2 +##### Jun 28, 2018 + +#### :sparkles: Usability +* This release contains a few updates to the background imagery list + + # 2.9.1 ##### Jun 25, 2018 diff --git a/modules/core/context.js b/modules/core/context.js index cd7ee8c3b..7e3ea68eb 100644 --- a/modules/core/context.js +++ b/modules/core/context.js @@ -53,7 +53,7 @@ export function setAreaKeys(value) { export function coreContext() { var context = {}; - context.version = '2.9.1'; + context.version = '2.9.2'; // create a special translation that contains the keys in place of the strings var tkeys = _cloneDeep(dataEn); diff --git a/package.json b/package.json index f81a266f4..d41bcd1e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "2.9.1", + "version": "2.9.2", "description": "A friendly editor for OpenStreetMap", "main": "iD.js", "repository": "openstreetmap/iD",