Skip to content

Commit

Permalink
changelog 📝; 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Jul 25, 2023
1 parent 793cc9e commit 8ff945c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": {
Expand Down

0 comments on commit 8ff945c

Please sign in to comment.