Skip to content

Commit

Permalink
changelog 📝; add @timvonwerne as contributor; 6.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Dec 17, 2024
1 parent 0ffae36 commit 34732d0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
7 changes: 4 additions & 3 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.2",
"version": "6.3.3",
"type": "module",
"main": "index.js",
"files": [
Expand All @@ -27,9 +27,10 @@
"roehrt",
"Sören Wegener (https://soerface.de/)",
"Paul Sutter <paul.sutter@moia.io>",
"1Maxnet1"
"1Maxnet1",
"Tim von Werne <tim@vonwernet.de>"
],
"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": {
Expand Down

0 comments on commit 34732d0

Please sign in to comment.