mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
changelog 📝, add @1Maxnet1 as contributor; 6.3.1
This commit is contained in:
parent
97268d7a8a
commit
6da22a0a12
2 changed files with 11 additions and 2 deletions
|
@ -1,5 +1,13 @@
|
||||||
# Changelog
|
# 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`
|
## `6.3.0`
|
||||||
|
|
||||||
- 248adb5f [*DB* profile](../p/db) `refreshJourney()`: with `opt.tickets: true`, request ticket details – Thanks @PaulSut!
|
- 248adb5f [*DB* profile](../p/db) `refreshJourney()`: with `opt.tickets: true`, request ticket details – Thanks @PaulSut!
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "hafas-client",
|
"name": "hafas-client",
|
||||||
"description": "Client for HAFAS public transport APIs.",
|
"description": "Client for HAFAS public transport APIs.",
|
||||||
"version": "6.3.0",
|
"version": "6.3.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -26,7 +26,8 @@
|
||||||
"Benoit Deldicque (https://github.com/bddq)",
|
"Benoit Deldicque (https://github.com/bddq)",
|
||||||
"roehrt",
|
"roehrt",
|
||||||
"Sören Wegener (https://soerface.de/)",
|
"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",
|
"homepage": "https://github.com/public-transport/hafas-client/tree/6.3.0",
|
||||||
"repository": "public-transport/hafas-client",
|
"repository": "public-transport/hafas-client",
|
||||||
|
|
Loading…
Add table
Reference in a new issue