link to GitHub Sponsors, changelog 📝, 5.1.1

[ci skip]
This commit is contained in:
Jannis R 2020-02-20 17:25:51 +00:00
parent 8cb7d807f2
commit fd3bc17d08
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
3 changed files with 12 additions and 3 deletions

View file

@ -1,5 +1,13 @@
# Changelog
## `5.1.1`
- 8cb7d80 improve `findInTree` performance (#152) ⚡️
- 940519b make readme more helpful 📝
- 9522e92 `object-scan@11`
[🏷 `5.1.1`](https://github.com/public-transport/hafas-client/releases/tag/5.1.1), 2020-02-22
## `5.1.0`
- 542a9ee/1c67350/738354d add [*VSN* profile](../p/vsn)

View file

@ -1,7 +1,7 @@
{
"name": "hafas-client",
"description": "Client for HAFAS public transport APIs.",
"version": "5.1.0",
"version": "5.1.1",
"main": "index.js",
"files": [
"index.js",
@ -18,9 +18,10 @@
"Julius Tens <mail@juliustens.eu>",
"n0emis <n0emis@noemis.me>"
],
"homepage": "https://github.com/public-transport/hafas-client/tree/5.1.0",
"homepage": "https://github.com/public-transport/hafas-client/tree/5.1.1",
"repository": "public-transport/hafas-client",
"bugs": "https://github.com/public-transport/hafas-client/issues",
"funding": "https://github.com/sponsors/derhuerst",
"license": "ISC",
"keywords": [
"hafas",

View file

@ -6,7 +6,7 @@
[![build status](https://img.shields.io/travis/public-transport/hafas-client.svg?branch=3)](https://travis-ci.org/public-transport/hafas-client)
![ISC-licensed](https://img.shields.io/github/license/public-transport/hafas-client.svg)
[![chat on gitter](https://badges.gitter.im/public-transport/Lobby.svg)](https://gitter.im/public-transport/Lobby)
[![support me on Patreon](https://img.shields.io/badge/support%20me-on%20patreon-fa7664.svg)](https://patreon.com/derhuerst)
[![support Jannis on Patreon](https://img.shields.io/badge/support%20Jannis-on%20patreon-fa7664.svg)](https://github.com/sponsors/derhuerst)
## Background