From 4cb70623025668a14d4493f3137711652e0089cc Mon Sep 17 00:00:00 2001 From: Jannis R Date: Mon, 15 May 2023 21:21:38 +0200 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D;=206.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 6 ++++++ package.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index f74e6185..354b9df3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +## `6.0.5` + +- 9a1ef7c5 `journeys()`/`journeysFromTrip()`/`refreshJourney()`/`trip()`/`tripsByName()`: apply leg-wide remarks even if `opt.stopovers` is `false` 🐛 – Thanks @traines-source! + +[🏷 `6.0.5`](https://github.com/public-transport/hafas-client/releases/tag/6.0.5), 2023-05-15 + ## `6.0.4` - 14c9805a `journeys()`: let `earlierRef`/`laterRef` fall back to `null` 🐛 diff --git a/package.json b/package.json index a5892ef1..21bbb1f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "6.0.4", + "version": "6.0.5", "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.4", + "homepage": "https://github.com/public-transport/hafas-client/tree/6.0.5", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": {