Skip to content

Commit 988b0b7

Browse files
committed
0.0.6
- Run tests per language via LANGUAGE=de npm test - Shorter merge instructions (Merge slightly left -> Merge left) - Numeric ordinals (1st, 2nd) instead of word ordinals (first, second) - Use lane only has straight as modifier, so simplify instructions.json and tests - Add French translation (thanks @guillaumerose) - Add Dutch translation (thanks @milovanderlinden) - Add Chinese translation (thanks @YunjieLi)
1 parent 92a7112 commit 988b0b7

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ All notable changes to this project will be documented in this file. For change
44
## Unreleased
55

66
- put future changes here
7+
8+
# 0.0.6 2016-11-10
9+
710
- Run tests per language via LANGUAGE=de npm test
811
- Shorter merge instructions (Merge slightly left -> Merge left)
912
- Numeric ordinals (1st, 2nd) instead of word ordinals (first, second)
10-
- use lane only has straight as modifier, so simplify instructions.json and tests
13+
- Use lane only has straight as modifier, so simplify instructions.json and tests
14+
- Add French translation (thanks @guillaumerose)
15+
- Add Dutch translation (thanks @milovanderlinden)
16+
- Add Chinese translation (thanks @YunjieLi)
1117

1218
# 0.0.5 2016-10-26
1319

Readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,13 @@ To add own translations:
6262
- Add the new instructions file to the `languages` array in `test/instructions_test.js`
6363
- To manually look at your changes, run `LANGUAGE=<language_tag> npm test`. This will give you failing (since untranslated) tests
6464
- Make a PR
65+
66+
#### Release
67+
68+
- `git checkout master`
69+
- Update Changelog.md
70+
- Bump version in package.json
71+
- `git commit -am "vx.y.z"` with Changelog list in commit message
72+
- `git tag vx.y.z -a` with Changelog list in tag message
73+
- `git push; git push --tags`
74+
- `npm publish`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "OSRM Text Instructions",
44
"url": "https://github.com/Project-OSRM/osrm-text-instructions.js",
55
"homepage": "http://project-osrm.org",
6-
"version": "0.0.5",
6+
"version": "0.0.6",
77
"main": "./index.js",
88
"license": "BSD-2-Clause",
99
"bugs": {

0 commit comments

Comments
 (0)