changelog for 2.10.0 📝, 2.10.0

This commit is contained in:
Jannis R 2018-06-30 14:39:21 +02:00
parent fccd3d0037
commit 8923bcb619
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog # Changelog
## `2.10.0`
- 4da8689 journey legs with `type: 'walking'` now have a `distance` in meters
- c1bdade `departures()`: parse & expose platforms
- fccd3d0 `journeys()`: `startWithWalking` option
## `2.9.1` ## `2.9.1`
- a952b08 notes on how to use `hafas-client` with react-native 📝 - a952b08 notes on how to use `hafas-client` with react-native 📝

View file

@ -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.9.1", "version": "2.10.0",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",