From 2a6fd8468baa59b674329b4c6b70368b5f5d2f8a Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 15 Nov 2016 00:46:29 -0500 Subject: [PATCH] 2.0.0 --- CHANGELOG.md | 2 +- modules/core/context.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7422101f..f7a6ee5a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/modules/core/context.js b/modules/core/context.js index 03738d972..9dd82ed6f 100644 --- a/modules/core/context.js +++ b/modules/core/context.js @@ -346,7 +346,7 @@ export function coreContext() { /* Init */ - context.version = '2.0.0-beta.1'; + context.version = '2.0.0'; context.projection = geoRawMercator(); diff --git a/package.json b/package.json index 8e7aa15f2..15acf9797 100644 --- a/package.json +++ b/package.json @@ -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",