changelog 📝, add @1Maxnet1 as contributor; 6.3.1

This commit is contained in:
Jannis R 2024-07-16 11:51:15 +02:00
parent 97268d7a8a
commit 6da22a0a12
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,13 @@
# Changelog
## `6.3.1`
- 6e74b9ab fix typo in `journeys.md` 📝 Thanks @1Maxnet1!
- 48719b21 [*DB* profile](../p/db) `stop()`: remove v1.16 workaround
- 1a0b595a use `object-scan@19` & `tap@19`
[🏷 `6.3.1`](https://github.com/public-transport/hafas-client/releases/tag/6.3.1), 2024-07-16
## `6.3.0`
- 248adb5f [*DB* profile](../p/db) `refreshJourney()`: with `opt.tickets: true`, request ticket details Thanks @PaulSut!

View file

@ -1,7 +1,7 @@
{
"name": "hafas-client",
"description": "Client for HAFAS public transport APIs.",
"version": "6.3.0",
"version": "6.3.1",
"type": "module",
"main": "index.js",
"files": [
@ -26,7 +26,8 @@
"Benoit Deldicque (https://github.com/bddq)",
"roehrt",
"Sören Wegener (https://soerface.de/)",
"Paul Sutter <paul.sutter@moia.io>"
"Paul Sutter <paul.sutter@moia.io>",
"1Maxnet1"
],
"homepage": "https://github.com/public-transport/hafas-client/tree/6.3.0",
"repository": "public-transport/hafas-client",