Skip to content

Commit 65096a8

Browse files
committed
changelog 📝, add @PaulSut as contributor; 6.3.0
1 parent 7f78dc9 commit 65096a8

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

docs/changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## `6.3.0`
4+
5+
- 248adb5f [*DB* profile](../p/db) `refreshJourney()`: with `opt.tickets: true`, request ticket details – Thanks @PaulSut!
6+
- fd90abde/9365c00a/c4966aec [*DB* profile](../p/db) `journeys()`/`refreshJourney()`: parse & expose ticket details – Thanks @PaulSut!
7+
- c4966aec [*DB* profile](../p/db) `journeys()`/`refreshJourney()`: with `opt.generateUnreliableTicketUrls: true`, try to generate *bahn.de* URLs to the tickets – Thanks @PaulSut!
8+
9+
[🏷 `6.3.0`](https://github.com/public-transport/hafas-client/releases/tag/6.3.0), 2024-03-20
10+
311
## `6.2.2`
412

513
- 26c56f8d/c85f083d/8a174016 fix date of next-day DEVI leg in an overnight journey 🐛 – Thanks @soerface!

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hafas-client",
33
"description": "Client for HAFAS public transport APIs.",
4-
"version": "6.2.2",
4+
"version": "6.3.0",
55
"type": "module",
66
"main": "index.js",
77
"files": [
@@ -24,9 +24,11 @@
2424
"Kristjan Esperanto (https://github.com/KristjanESPERANTO)",
2525
"Marcel Radzio <[email protected]>",
2626
"Benoit Deldicque (https://github.com/bddq)",
27-
"roehrt"
27+
"roehrt",
28+
"Sören Wegener (https://soerface.de/)",
29+
"Paul Sutter <[email protected]>"
2830
],
29-
"homepage": "https://github.com/public-transport/hafas-client/tree/6.2.2",
31+
"homepage": "https://github.com/public-transport/hafas-client/tree/6.3.0",
3032
"repository": "public-transport/hafas-client",
3133
"bugs": "https://github.com/public-transport/hafas-client/issues",
3234
"funding": {

0 commit comments

Comments
 (0)