From fd3bc17d08c399f6fb55bd374698b9b698856eb7 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Thu, 20 Feb 2020 17:25:51 +0000 Subject: [PATCH] link to GitHub Sponsors, changelog :memo:, 5.1.1 [ci skip] --- docs/changelog.md | 8 ++++++++ package.json | 5 +++-- readme.md | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 09ab8e26f..438576bce 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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) diff --git a/package.json b/package.json index a90892e2c..72bffbf94 100644 --- a/package.json +++ b/package.json @@ -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 ", "n0emis " ], - "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", diff --git a/readme.md b/readme.md index 86fcb95ad..a9394fae2 100644 --- a/readme.md +++ b/readme.md @@ -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