This commit is contained in:
Bryan Housel
2016-11-15 00:46:29 -05:00
parent c85a352c7f
commit 2a6fd8468b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
:warning: = Breaking change, may affect downstream projects or sites that embed iD.
## 2.0.0
##### (coming soon)
##### Nov 15, 2016
* :warning: iD is now written in a modular code style using ES6 `import`/`export` and [rollup.js](http://rollupjs.org/) as a build tool (#3118, #3179, #3180)
* Many thanks to @tmcw, @kepta, @tyrasd, @beaugunderson, @davidchouse
* :warning: Flattened namespace means that all functions have changed names (#3479)

View File

@@ -346,7 +346,7 @@ export function coreContext() {
/* Init */
context.version = '2.0.0-beta.1';
context.version = '2.0.0';
context.projection = geoRawMercator();

View File

@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"repository": "openstreetmap/iD",