Skip to content

Commit

Permalink
v0.13.0
Browse files Browse the repository at this point in the history
- Added a European Portuguese localization. [#229](#229)
- The Spanish localization now uses the informal imperative form instead of the formal imperative form, for consistency with the Castillian Spanish localization. [#230](#230)
- Added some abbreviations in German, Hebrew, Hungarian, Slovenian, and Ukrainian. [#226](#226)
- Added support for named waypoints in arrival instructions. [#235](#235)
  • Loading branch information
danpaz committed Apr 11, 2018
1 parent 37339f7 commit 094096d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file. For change log formatting, see http://keepachangelog.com/

## master
## 0.13.0 2018-04-11

- Added a European Portuguese localization. [#229](https://github.com/Project-OSRM/osrm-text-instructions/pull/229)
- The Spanish localization now uses the informal imperative form instead of the formal imperative form, for consistency with the Castillian Spanish localization. [#230](https://github.com/Project-OSRM/osrm-text-instructions/pull/230)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "OSRM Text Instructions",
"url": "https://github.com/Project-OSRM/osrm-text-instructions.js",
"homepage": "http://project-osrm.org",
"version": "0.12.0",
"version": "0.13.0",
"main": "./index.js",
"license": "BSD-2-Clause",
"bugs": {
Expand Down

0 comments on commit 094096d

Please sign in to comment.