From 3461573f313228670cd4b4ebb909beb3c51ea1bc Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sat, 13 Jun 2020 00:10:59 +0200 Subject: [PATCH] changelog :memo:, 5.6.2 [ci skip] --- docs/changelog.md | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 3e4f8bd1..71ffd015 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,14 @@ ## `5.6.1` +- de896b1 `parseCommon`: respect `opt.polyline` 🐛 +- fc2e214 ÖBB: add `trip()` test ✅ +- dce42bf move trip parsing into `parse/trip` + +[🏷 `5.6.1`](https://github.com/public-transport/hafas-client/releases/tag/5.6.1), 2020-06-13 + +## `5.6.1` + - 542aa8c parse `DEVI` journey legs (#175) - 3ca4a0c/57fc610 `arrivals()`: add `provenance` field (#180) - ee94c65 ÖBB: improve `onCall` product name diff --git a/package.json b/package.json index e1094662..9c54292a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.6.1", + "version": "5.6.2", "main": "index.js", "files": [ "index.js", @@ -18,7 +18,7 @@ "Julius Tens ", "n0emis " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.6.1", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.6.2", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": "https://github.com/sponsors/derhuerst",