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",