Skip to content

Commit

Permalink
changelog 📝, add @1Maxnet1 as contributor; 6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Jul 16, 2024
1 parent 97268d7 commit 6da22a0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 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.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!
Expand Down
5 changes: 3 additions & 2 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.3.0",
"version": "6.3.1",
"type": "module",
"main": "index.js",
"files": [
Expand All @@ -26,7 +26,8 @@
"Benoit Deldicque (https://github.com/bddq)",
"roehrt",
"Sören Wegener (https://soerface.de/)",
"Paul Sutter <[email protected]>"
"Paul Sutter <[email protected]>",
"1Maxnet1"
],
"homepage": "https://github.com/public-transport/hafas-client/tree/6.3.0",
"repository": "public-transport/hafas-client",
Expand Down

0 comments on commit 6da22a0

Please sign in to comment.