diff --git a/docs/changelog.md b/docs/changelog.md index 90f5d3d9..61738bf3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,13 @@ # Changelog +## `6.3.0` + +- 248adb5f [*DB* profile](../p/db) `refreshJourney()`: with `opt.tickets: true`, request ticket details – Thanks @PaulSut! +- fd90abde/9365c00a/c4966aec [*DB* profile](../p/db) `journeys()`/`refreshJourney()`: parse & expose ticket details – Thanks @PaulSut! +- c4966aec [*DB* profile](../p/db) `journeys()`/`refreshJourney()`: with `opt.generateUnreliableTicketUrls: true`, try to generate *bahn.de* URLs to the tickets – Thanks @PaulSut! + +[🏷 `6.3.0`](https://github.com/public-transport/hafas-client/releases/tag/6.3.0), 2024-03-20 + ## `6.2.2` - 26c56f8d/c85f083d/8a174016 fix date of next-day DEVI leg in an overnight journey πŸ› – Thanks @soerface! diff --git a/package.json b/package.json index 40610ee4..60855a81 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "6.2.2", + "version": "6.3.0", "type": "module", "main": "index.js", "files": [ @@ -24,9 +24,11 @@ "Kristjan Esperanto (https://github.com/KristjanESPERANTO)", "Marcel Radzio ", "Benoit Deldicque (https://github.com/bddq)", - "roehrt" + "roehrt", + "SΓΆren Wegener (https://soerface.de/)", + "Paul Sutter " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/6.2.2", + "homepage": "https://github.com/public-transport/hafas-client/tree/6.3.0", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": {