This commit is contained in:
Bryan Housel
2018-08-29 00:55:36 -04:00
parent 74e94b0717
commit ad289e0565
3 changed files with 11 additions and 2 deletions
+9
View File
@@ -28,6 +28,15 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
[@xxxx]: https://github.com/xxxx
-->
# 2.11.1
##### Aug 29, 2018
#### :bug: Bugfixes
* Fix handling of `.gpx` files passed in via url ([#5253])
[#5253]: https://github.com/openstreetmap/iD/issues/5253
# 2.11.0
##### Aug 26, 2018
+1 -1
View File
@@ -53,7 +53,7 @@ export function setAreaKeys(value) {
export function coreContext() {
var context = {};
context.version = '2.11.0';
context.version = '2.11.1';
// 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.11.0",
"version": "2.11.1",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"repository": "openstreetmap/iD",