changelog 📝; 5.20.2

[ci skip]
This commit is contained in:
Jannis R 2021-10-26 15:05:05 +02:00
parent 8d4f8a8357
commit 2f5c8f4619
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 13 additions and 2 deletions

View file

@ -2,6 +2,17 @@
## `5.20.1` ## `5.20.1`
- 84c7582a `journeys()`: fix empty `viaLocL[]` 🐛 (#247)
- dd5e4368 fix `departures()`/`arrivals()` without `opt.direction` 🐛
- 3f75e075 BVG: update API endpoint
- 1f6e6810 DB: update `.ext`
- 39d3807c minor tweaks 📝
- 8d4f8a83 E2E/integration tests: update fixtures ✅
[🏷 `5.20.1`](https://github.com/public-transport/hafas-client/releases/tag/5.20.1), 2021-10-26
## `5.20.1`
- 46fb44d0 SNCB: update CA chain 🐛 - 46fb44d0 SNCB: update CA chain 🐛
- f0d33564 `parseTrip()`: handle missing `stopL[]` (on-demand trips) 🐛✅ - f0d33564 `parseTrip()`: handle missing `stopL[]` (on-demand trips) 🐛✅
- fd6a349b `tripsByName()`: more options, add to debug CLI, skipped E2E test ✅📝 - fd6a349b `tripsByName()`: more options, add to debug CLI, skipped E2E test ✅📝

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.20.1", "version": "5.20.2",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",
@ -22,7 +22,7 @@
"Yureka <github@yuka.dev>", "Yureka <github@yuka.dev>",
"Kristjan Esperanto (https://github.com/KristjanESPERANTO)" "Kristjan Esperanto (https://github.com/KristjanESPERANTO)"
], ],
"homepage": "https://github.com/public-transport/hafas-client/tree/5.20.1", "homepage": "https://github.com/public-transport/hafas-client/tree/5.20.2",
"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": {