Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Feb 4, 2017
1 parent eb711e2 commit 0e33015
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
@@ -1,7 +1,7 @@
:warning: = Breaking change, may affect downstream projects or sites that embed iD.

## 2.1.0
##### Feb 3, 2017
##### Feb 4, 2017
* Bugfixes:
* Improve tests for line joins in walkthrough (#3695)
* Fix country code lookup / address,phone fields on IE11 (Object.assign issue)
Expand All @@ -22,6 +22,7 @@
* Warn if user creates an untagged relation (#3812)
* Add kml and geojson support to gpx layer (#3811, thanks @mertemin)
* Add language debugging mode that shows translation keys (#3755)
* Upgrade to MapillaryJS viewer v2.4
* Add ability to restart ui and change locale on the fly (#3764, thanks @kepta)
* Improve save flow so user knows there is more to do after clicking Save (#3777, #2378)
* Desaturate the map to call attention to upload pane
Expand Down
2 changes: 1 addition & 1 deletion modules/core/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ export function coreContext() {


/* Init */
context.version = '2.0.1';
context.version = '2.1.0';

context.projection = geoRawMercator();

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.0.1",
"version": "2.1.0",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"repository": "openstreetmap/iD",
Expand Down

0 comments on commit 0e33015

Please sign in to comment.