changelog 📝; add @roehrt as contributor; 5.24

[ci skip]
This commit is contained in:
Jannis R 2022-04-26 22:02:57 +02:00
parent 7e1f7ed4ee
commit 27d4479e1a
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 14 additions and 3 deletions

View file

@ -1,5 +1,15 @@
# Changelog # Changelog
## `5.24.0`
- 2edcd49e `serverInfo()`: add `opt.versionInfo` 📝✅
- f3c2ee6f/1236cf63 DB: support age-based tariffs Thanks @roehrt!
- 7e1f7ed4 BVG/VBB: parse stop DHIDs ✅
- f8ca2d5d BVG: only expand `9*` stop IDs to 12 digits 🐛
- 68ecd7c5 readme: fix `strecken.info` link 📝 Thanks @fhueter!
[🏷 `5.24.0`](https://github.com/public-transport/hafas-client/releases/tag/5.24.0), 2022-04-26
## `5.23.0` ## `5.23.0`
- 57084262 expose `departure.destination` & `arrival.origin` - 57084262 expose `departure.destination` & `arrival.origin`

View file

@ -1,7 +1,7 @@
{ {
"name": "hafas-client", "name": "hafas-client",
"description": "Client for HAFAS public transport APIs.", "description": "Client for HAFAS public transport APIs.",
"version": "5.23.0", "version": "5.24.0",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",
@ -22,9 +22,10 @@
"Yureka <github@yuka.dev>", "Yureka <github@yuka.dev>",
"Kristjan Esperanto (https://github.com/KristjanESPERANTO)", "Kristjan Esperanto (https://github.com/KristjanESPERANTO)",
"Marcel Radzio <mtrnord@nordgedanken.dev>", "Marcel Radzio <mtrnord@nordgedanken.dev>",
"Benoit Deldicque (https://github.com/bddq)" "Benoit Deldicque (https://github.com/bddq)",
"roehrt"
], ],
"homepage": "https://github.com/public-transport/hafas-client/tree/5.23.0", "homepage": "https://github.com/public-transport/hafas-client/tree/5.24.0",
"repository": "public-transport/hafas-client", "repository": "public-transport/hafas-client",
"bugs": "https://github.com/public-transport/hafas-client/issues", "bugs": "https://github.com/public-transport/hafas-client/issues",
"funding": { "funding": {