GitHub funding markup, changelog 📝, 5.1.2

[ci skip]
This commit is contained in:
Jannis R 2020-03-02 21:32:01 +01:00
parent 9874292a73
commit b653d4659b
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
3 changed files with 12 additions and 2 deletions

2
.github/funding.yml vendored Normal file
View file

@ -0,0 +1,2 @@
patreon: https://www.patreon.com/derhuerst
github: derhuerst

View file

@ -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) ⚡️

View file

@ -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",