changelog 📝, add @PaulSut as contributor; 6.3.0

This commit is contained in:
Jannis R 2024-03-20 16:59:45 +01:00
parent 7f78dc9458
commit 65096a85b6
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 13 additions and 3 deletions

View file

@ -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!

View file

@ -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 <mtrnord@nordgedanken.dev>",
"Benoit Deldicque (https://github.com/bddq)",
"roehrt"
"roehrt",
"Sören Wegener (https://soerface.de/)",
"Paul Sutter <paul.sutter@moia.io>"
],
"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": {