changelog 📝; 6.1.0

This commit is contained in:
Jannis R 2023-07-25 16:04:26 +02:00
parent 793cc9eee5
commit 8ff945c075
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,12 @@
# Changelog # 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` ## `6.0.5`
- 9a1ef7c5 `journeys()`/`journeysFromTrip()`/`refreshJourney()`/`trip()`/`tripsByName()`: apply leg-wide remarks even if `opt.stopovers` is `false` 🐛 Thanks @traines-source! - 9a1ef7c5 `journeys()`/`journeysFromTrip()`/`refreshJourney()`/`trip()`/`tripsByName()`: apply leg-wide remarks even if `opt.stopovers` is `false` 🐛 Thanks @traines-source!

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": "6.0.5", "version": "6.1.0",
"type": "module", "type": "module",
"main": "index.js", "main": "index.js",
"files": [ "files": [
@ -26,7 +26,7 @@
"Benoit Deldicque (https://github.com/bddq)", "Benoit Deldicque (https://github.com/bddq)",
"roehrt" "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", "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": {