From 6747c9795aa41142b5a66fff445d4f8ca679fb72 Mon Sep 17 00:00:00 2001 From: Neil Rotstan Date: Mon, 2 Jul 2018 13:42:42 -0700 Subject: [PATCH] Bump to v3.0.6 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d244e3750..691f0364c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ The format is based on This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [v3.0.6] - 2018-07-02 +### Added +- Map control to fit task-completion map to task features. +- Animate task features on map when new task loads. +- Auto-suggest for challenge keywords when creating a challenge. +- Jump to desired workflow step when editing a challenge. +- Option to save-and-finish early when editing a challenge. +- Various enhancements to experimental mobile support. + +### Fixed +- Don't offer edit-task link in admin task-map popup to project owners with + read-only access. +- Inconsistent whitespace on user profile page. + +### Changed +- Reuse task-completion map between tasks, preserving settings (#298). + + ## [v3.0.5] - 2018-06-22 ### Added - Congratulate user when a challenge is completed (#112). diff --git a/package.json b/package.json index 9d63c66c3..1dcd8295e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maproulette3", - "version": "3.0.5", + "version": "3.0.6", "private": true, "dependencies": { "@mapbox/geojsonhint": "^2.0.1",