From 6da22a0a12df4d0da175a50db91d8ebeb60adcf0 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 16 Jul 2024 11:51:15 +0200 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D,=20add=20@1Maxnet1=20a?= =?UTF-8?q?s=20contributor;=206.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 8 ++++++++ package.json | 5 +++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 61738bf3..6e785be4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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! diff --git a/package.json b/package.json index c6357f7a..d30a8f6e 100644 --- a/package.json +++ b/package.json @@ -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 ", + "1Maxnet1" ], "homepage": "https://github.com/public-transport/hafas-client/tree/6.3.0", "repository": "public-transport/hafas-client",