From 182a0797e7eade575a3eb4c836df516dde087625 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 24 Aug 2021 17:37:06 +0200 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D;=205.19.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] --- docs/changelog.md | 10 ++++++++++ package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 750ad12c..ed236f27 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,15 @@ # Changelog +## `5.19.0` + +- c10f3181 `refreshJourney()`: expose `realtimeDataFrom` +- c3bdcc88 expose `prodCtx.catOut` as `line.productName` +- 21610276 first/last walking leg: handle `dTZOffset`/`aTZOffset` of `0` ๐Ÿ› +- 6de2dc7b/dd52c4ad DB: fix price parsing ๐Ÿ› +- 0114f587 adapt E2E tests to latest data โœ… + +[๐Ÿท `5.19.0`](https://github.com/public-transport/hafas-client/releases/tag/5.19.0), 2021-08-24 + ## `5.18.0` - e293223c add [*VVV* profile](../p/vvv) diff --git a/package.json b/package.json index c4648544..ae699387 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.18.0", + "version": "5.19.0", "main": "index.js", "files": [ "index.js", @@ -21,7 +21,7 @@ "Adrian Bรถhme (https://github.com/Adwirawien)", "Yureka " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.18.0", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.19.0", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": {