Skip to content

Commit 5165ddd

Browse files
committed
changelog 📝; add @roehrt as contributor; 5.24
[ci skip]
1 parent 7e1f7ed commit 5165ddd

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## `5.24.0`
4+
5+
- 2edcd49e `serverInfo()`: add `opt.versionInfo` 📝✅
6+
- f3c2ee6f/1236cf63 DB: support age-based tariffs – Thanks @roehrt!
7+
- 7e1f7ed4 BVG/VBB: parse stop DHIDs ✅
8+
- f8ca2d5d BVG: only expand `9*` stop IDs to 12 digits 🐛
9+
- 68ecd7c5 readme: fix `strecken.info` link 📝 – Thanks @fhueter!
10+
11+
[🏷 `5.24.0`](https://github.com/public-transport/hafas-client/releases/tag/5.24.0), 2022-04-26
12+
313
## `5.23.0`
414

515
- 57084262 expose `departure.destination` & `arrival.origin`

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hafas-client",
33
"description": "Client for HAFAS public transport APIs.",
4-
"version": "5.23.0",
4+
"version": "5.24.0",
55
"main": "index.js",
66
"files": [
77
"index.js",
@@ -22,9 +22,10 @@
2222
"Yureka <github@yuka.dev>",
2323
"Kristjan Esperanto (https://github.com/KristjanESPERANTO)",
2424
"Marcel Radzio <mtrnord@nordgedanken.dev>",
25-
"Benoit Deldicque (https://github.com/bddq)"
25+
"Benoit Deldicque (https://github.com/bddq)",
26+
"roehrt"
2627
],
27-
"homepage": "https://github.com/public-transport/hafas-client/tree/5.23.0",
28+
"homepage": "https://github.com/public-transport/hafas-client/tree/5.24.0",
2829
"repository": "public-transport/hafas-client",
2930
"bugs": "https://github.com/public-transport/hafas-client/issues",
3031
"funding": {

0 commit comments

Comments
 (0)