From 34732d01fc76e60c0b80dec01e7c2aa74b3c36b8 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 17 Dec 2024 17:34:09 +0100 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D;=20add=20@timvonwerne?= =?UTF-8?q?=20as=20contributor;=206.3.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 11 +++++++++++ package.json | 7 ++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 8ad915b4..3c2a6430 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,16 @@ # Changelog +## `6.3.3` + +- 75de610c [*DB* profile](../p/db): fix parsing of ticket URLs πŸ› +- dfab132e/cc69ef5d [*DB* profile](../p/db): update `ver` πŸ›, update integration test fixtures βœ… +- 4be39afd/e3d1d2fb [*ZVV* profile](../p/zvv): update endpoint URL & authentication `aid` πŸ›, update integration test fixtures βœ… +- 31c4f17b/e9211e81 [*Γ–BB* profile](../p/oebb): update `ver` πŸ›, update integration test fixtures βœ… +- 8432ff1f [*DB* profile](../p/db) E2E/integration tests: disable price/fare/ticket validation βœ… +- 29f922b7 [*DB* profile](../p/db) E2E/integration tests: disable `.realtimeDataUpdatedAt` validation βœ… + +[🏷 `6.3.3`](https://github.com/public-transport/hafas-client/releases/tag/6.3.3), 2024-12-17 + ## `6.3.2` - 83772028/d001fcc1/3c8bb905 [*BVG* profile](../p/bvg): update auth details in order to fix "invalid client version" error πŸ›βœ… – Thanks @timvonwerne! diff --git a/package.json b/package.json index ae29cb07..cbb9203a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "6.3.2", + "version": "6.3.3", "type": "module", "main": "index.js", "files": [ @@ -27,9 +27,10 @@ "roehrt", "SΓΆren Wegener (https://soerface.de/)", "Paul Sutter ", - "1Maxnet1" + "1Maxnet1", + "Tim von Werne " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/6.3.2", + "homepage": "https://github.com/public-transport/hafas-client/tree/6.3.3", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": {