mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
2.10.1
This commit is contained in:
parent
04d550f80c
commit
b6c530915f
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## `2.10.1`
|
||||||
|
|
||||||
|
- 04d550f parse `TRSF` legs as `walking` 🐛
|
||||||
|
|
||||||
## `2.10.0`
|
## `2.10.0`
|
||||||
|
|
||||||
- 4da8689 journey legs with `type: 'walking'` now have a `distance` in meters
|
- 4da8689 journey legs with `type: 'walking'` now have a `distance` in meters
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "hafas-client",
|
"name": "hafas-client",
|
||||||
"description": "JavaScript client for HAFAS public transport APIs.",
|
"description": "JavaScript client for HAFAS public transport APIs.",
|
||||||
"version": "2.10.0",
|
"version": "2.10.1",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
|
Loading…
Add table
Reference in a new issue