Skip to content

Commit edcbc96

Browse files
committed
Bump to v3.0.4
1 parent 4eb11d6 commit edcbc96

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@ The format is based on
77
This project adheres to
88
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
99

10+
## [v3.0.4] - 2018-06-08
11+
### Added
12+
- Option on user profile page to reset API key
13+
- Button on user profile page to copy API key to clipboard
14+
15+
1016
## [v3.0.3] - 2018-06-08
1117
### Security
1218
- Prevent non-managers from viewing challenge admin page when following a
13-
direct link (#384).
19+
direct link (#383).
1420

1521

1622
## [v3.0.2] - 2018-06-04

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maproulette3",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"private": true,
55
"dependencies": {
66
"@mapbox/geojsonhint": "^2.0.1",

src/lang/en-US.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@
279279
"Task.controls.untrack.label": "Stop tracking this Task",
280280
"ActiveTask.indicators.virtualChallenge.tooltip": "Virtual Challenge",
281281
"UserProfile.apiKey.header": "API Key",
282+
"UserProfile.apiKey.controls.copy.label": "Copy",
283+
"UserProfile.apiKey.controls.reset.label": "Reset",
282284
"UserProfile.tabs.overview": "Overview",
283285
"UserProfile.tabs.activity": "Activity",
284286
"UserProfile.tabs.settings": "Settings",

0 commit comments

Comments
 (0)