mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
GitHub funding markup, changelog 📝, 5.1.2
[ci skip]
This commit is contained in:
parent
9874292a73
commit
b653d4659b
3 changed files with 12 additions and 2 deletions
2
.github/funding.yml
vendored
Normal file
2
.github/funding.yml
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
patreon: https://www.patreon.com/derhuerst
|
||||
github: derhuerst
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## `5.1.2`
|
||||
|
||||
- e5abe3d DB: fix journey leg loadFactor parsing 🐛
|
||||
- bc30309 fix undefined variables 🐛
|
||||
- db94a62/c072a70/df010fc/9874292 add linting
|
||||
|
||||
[🏷 `5.1.2`](https://github.com/public-transport/hafas-client/releases/tag/5.1.2), 2020-03-02
|
||||
|
||||
## `5.1.1`
|
||||
|
||||
- 8cb7d80 improve `findInTree` performance (#152) ⚡️
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "hafas-client",
|
||||
"description": "Client for HAFAS public transport APIs.",
|
||||
"version": "5.1.1",
|
||||
"version": "5.1.2",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"index.js",
|
||||
|
@ -18,7 +18,7 @@
|
|||
"Julius Tens <mail@juliustens.eu>",
|
||||
"n0emis <n0emis@noemis.me>"
|
||||
],
|
||||
"homepage": "https://github.com/public-transport/hafas-client/tree/5.1.1",
|
||||
"homepage": "https://github.com/public-transport/hafas-client/tree/5.1.2",
|
||||
"repository": "public-transport/hafas-client",
|
||||
"bugs": "https://github.com/public-transport/hafas-client/issues",
|
||||
"funding": "https://github.com/sponsors/derhuerst",
|
||||
|
|
Loading…
Add table
Reference in a new issue