diff --git a/docs/changelog.md b/docs/changelog.md index 49306667..88da1ea2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## `2.10.1` + +- 04d550f parse `TRSF` legs as `walking` 🐛 + ## `2.10.0` - 4da8689 journey legs with `type: 'walking'` now have a `distance` in meters diff --git a/package.json b/package.json index 27138f68..0e0ff374 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "JavaScript client for HAFAS public transport APIs.", - "version": "2.10.0", + "version": "2.10.1", "main": "index.js", "files": [ "index.js",