This commit is contained in:
Bryan Housel
2018-06-28 19:02:06 -04:00
parent 74e70f5949
commit 98e4fed829
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -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
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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",