Skip to content

Commit

Permalink
changelog 📝, add @PaulSut as contributor; 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Mar 20, 2024
1 parent 7f78dc9 commit 65096a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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": {
Expand Down

0 comments on commit 65096a8

Please sign in to comment.