changelog 📝; 5.19.0

[ci skip]
This commit is contained in:
Jannis R 2021-08-24 17:37:06 +02:00
parent 421282608f
commit 182a0797e7
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,15 @@
# Changelog # 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` ## `5.18.0`
- e293223c add [*VVV* profile](../p/vvv) - e293223c add [*VVV* profile](../p/vvv)

View file

@ -1,7 +1,7 @@
{ {
"name": "hafas-client", "name": "hafas-client",
"description": "Client for HAFAS public transport APIs.", "description": "Client for HAFAS public transport APIs.",
"version": "5.18.0", "version": "5.19.0",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",
@ -21,7 +21,7 @@
"Adrian Böhme <hannsadrian@gmail.com> (https://github.com/Adwirawien)", "Adrian Böhme <hannsadrian@gmail.com> (https://github.com/Adwirawien)",
"Yureka <github@yuka.dev>" "Yureka <github@yuka.dev>"
], ],
"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", "repository": "public-transport/hafas-client",
"bugs": "https://github.com/public-transport/hafas-client/issues", "bugs": "https://github.com/public-transport/hafas-client/issues",
"funding": { "funding": {