From 8ff945c07515155380de0acb33584e474d6d547c Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 25 Jul 2023 16:04:26 +0200 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D;=206.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 354b9df3..955907ca 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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! diff --git a/package.json b/package.json index bef96b42..aab55e10 100644 --- a/package.json +++ b/package.json @@ -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": {