diff --git a/docs/changelog.md b/docs/changelog.md index 9efd43d3..49306667 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # 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` - a952b08 notes on how to use `hafas-client` with react-native 📝 diff --git a/package.json b/package.json index 296b5e97..27138f68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "JavaScript client for HAFAS public transport APIs.", - "version": "2.9.1", + "version": "2.10.0", "main": "index.js", "files": [ "index.js",