Skip to content

Commit

Permalink
v2.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Oct 28, 2020
1 parent ecd486f commit 612dfe4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->

# 2.19.2
##### 2020-Oct-28

#### :bug: Bugfixes
* Fix an issue where the Lines chapter of the walkthrough could not be completed ([#8128], thanks [@ricloy])

[#8128]: https://github.com/openstreetmap/iD/issues/8128

[@ricloy]: https://github.com/ricloy

# 2.19.1
##### 2020-Oct-27

Expand Down
2 changes: 1 addition & 1 deletion modules/core/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function coreContext() {
let context = utilRebind({}, dispatch, 'on');
let _deferred = new Set();

context.version = '2.19.2-dev';
context.version = '2.19.2';
context.privacyVersion = '20200407';

// iD will alter the hash so cache the parameters intended to setup the session
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.19.2-dev",
"version": "2.19.2",
"description": "A friendly editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:openstreetmap/iD",
Expand Down

0 comments on commit 612dfe4

Please sign in to comment.