Skip to content

Commit

Permalink
bump to v3.13.0 (#2079)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarz2030 authored Aug 17, 2023
1 parent b9e38d9 commit 67a08ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ The format is based on
This project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v3.13.0] - 2023-8-16
Release with [maproulette-backend_v4.4.6](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.6)

### Features
- Rapid Integration - @jschwarz2030

## [v3.12.2] - 2023-7-11
Release with [maproulette-backend_v4.4.5](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.5)

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": "maproulette3",
"version": "3.12.2",
"version": "3.13.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.4",
Expand Down
1 change: 0 additions & 1 deletion src/lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@
"Admin.ManageChallenges.search.placeholder": "Name",
"Admin.ManageTasks.geographicIndexingNotice": "Please note that it can take up to {delay} hours to geographically index new or modified challenges. Your challenge (and tasks) may not appear as expected in location-specific browsing or searches until indexing is complete, nor when browsing map to choose location-based priority rules.",
"Admin.ManageTasks.header": "Tasks",
"Admin.NotificationCard.editMode": "This new edit mode is currently under experimentation",
"Admin.Project.challengesUndiscoverable": "challenges not discoverable",
"Admin.Project.controls.addChallenge.label": "Add Challenge",
"Admin.Project.controls.addChallenge.tooltip": "New Challenge",
Expand Down

0 comments on commit 67a08ef

Please sign in to comment.