mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
changelog 📝; 6.1.0
This commit is contained in:
parent
793cc9eee5
commit
8ff945c075
2 changed files with 9 additions and 2 deletions
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## `6.1.0`
|
||||
|
||||
- 793cc9ee with `$HTTP(S)_PROXY`, keep connections alive for 10s
|
||||
- 5ce0129c [*DB* profile](../p/db): add `routingMode` option 📝✅
|
||||
|
||||
[🏷 `6.1.0`](https://github.com/public-transport/hafas-client/releases/tag/6.1.0), 2023-07-25
|
||||
|
||||
## `6.0.5`
|
||||
|
||||
- 9a1ef7c5 `journeys()`/`journeysFromTrip()`/`refreshJourney()`/`trip()`/`tripsByName()`: apply leg-wide remarks even if `opt.stopovers` is `false` 🐛 – Thanks @traines-source!
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "hafas-client",
|
||||
"description": "Client for HAFAS public transport APIs.",
|
||||
"version": "6.0.5",
|
||||
"version": "6.1.0",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
|
@ -26,7 +26,7 @@
|
|||
"Benoit Deldicque (https://github.com/bddq)",
|
||||
"roehrt"
|
||||
],
|
||||
"homepage": "https://github.com/public-transport/hafas-client/tree/6.0.5",
|
||||
"homepage": "https://github.com/public-transport/hafas-client/tree/6.1.0",
|
||||
"repository": "public-transport/hafas-client",
|
||||
"bugs": "https://github.com/public-transport/hafas-client/issues",
|
||||
"funding": {
|
||||
|
|
Loading…
Add table
Reference in a new issue