From fa0570e3d899d35ea50d544b63a9b7029e8234dd Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sat, 30 Jun 2018 13:58:13 +0200 Subject: [PATCH] changelog for 2.9.0 & 2.9.1 :memo:, 2.9.1 --- docs/changelog.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 46115cdd..9efd43d3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,16 @@ # Changelog +## `2.9.1` + +- a952b08 notes on how to use `hafas-client` with react-native 📝 +- 38a3749 `parseStopover`: fix first/last canceled stopovers 🐛 + +## `2.9.0` + +- 49186ae journey leg passed stations: add `arrivalDelay` & `departureDelay` +- deb8829 [`journeys()`](journeys.md): new `whenRepresents` option +- f3d8304 let the `insa` and `nahsh` profiles use HTTPS + ## `2.8.1` - 769f2e3 send `Accept: application/json` diff --git a/package.json b/package.json index 073e166f..296b5e97 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.0", + "version": "2.9.1", "main": "index.js", "files": [ "index.js",